@section('menu') @php $menu = [ route('dashboard') => [ 'icon' => 'grid-view', 'title' => __('Dashboard') ], route('links') => [ 'icon' => 'link', 'title' => __('Links') ], route('spaces') => [ 'icon' => 'workspaces', 'title' => __('Spaces') ], route('domains') => [ 'icon' => 'website', 'title' => __('Domains') ], route('pixels') => [ 'icon' => 'filter-center-focus', 'title' => __('Pixels') ], ]; @endphp
@endsection