@extends('dashboard.base.base',['toolbar' => [ ['title' => __('dashboard.breadcrumbs.administration_control_panel.title') , 'route' => null], ['title' => __('dashboard.loan.title') , 'route' => route('dashboard.loan.index') ], ['title' => __('dashboard.loan.actions.create') , 'route' => route('dashboard.loan.create')] ]]) @section('css') @endsection @section('content')
@endsection @vite('resources/js/app.js')