@php $menus = [ [ 'icon' => 'fas fa-file-alt', 'name' => 'Feed', 'route' => 'home', ], [ 'icon' => 'far fa-compass', 'name' => 'Explore', 'route' => 'explore', ], [ 'icon' => 'fas fa-search', 'name' => 'Search', 'route' => 'test', ], [ 'icon' => 'fas fa-bell', 'name' => 'Notifications', 'route' => 'notifications', ], [ 'icon' => 'far fa-id-badge', 'name' => 'Profile', 'route' => 'profile', ], ]; @endphp