{{widget(1)->extra_field_1}}
  • {{ __('frontend.home') }}
  • {!!get_menus(1)!!} @if(auth()->user())
  • @if (Laravel\Jetstream\Jetstream::managesProfilePhotos()) @else @endif
    • {{ __('frontend.dashboard') }}
    • {{ __('frontend.my_profile') }}
    • {{ __('frontend.my_hotel_bookings') }}
    • {{ __('frontend.my_flight_bookings') }}
    • {{ __('frontend.change_password') }}
    • {{ __('frontend.payment_history') }}
    • {{ __('frontend.logout') }}
    • @csrf
  • @endif
  • @include('components.language-switcher')
@if(!auth()->user()) {{ __('frontend.login') }} {{ __('frontend.register') }} @endif