@section('menu') @php $menu = [ route('dashboard') => [ 'icon' => 'grid-view', 'title' => __('Dashboard') ] ]; @endphp