@section('menu') @php $menu = [ route('dashboard') => [ 'icon' => 'grid-view', 'title' => __('Dashboard') ], route('reports') => [ 'icon' => 'list-alt', 'title' => __('Reports') ], route('projects') => [ 'icon' => 'account-tree', 'title' => __('Projects') ], route('tools') => [ 'icon' => 'handyman', 'title' => __('Tools') ] ]; @endphp
@endsection