{!!get_menus(1)!!} @if(auth()->user())
  • @if (Laravel\Jetstream\Jetstream::managesProfilePhotos()) @else @endif
    • Dashboard
    • My Profile
    • My Hotel Bookings
    • My Flight Bookings
    • Change Password
    • Payment History
    • Logout
    • @csrf
  • @endif
@if(!auth()->user()) Login Register @endif