@include('partials.head')
@if(Auth()->user()->status=='registered')
User Menu
{{ __('Dashboard') }} {{ __('Current Bookings') }} {{ __('All Bookings (User)') }} {{ __('Guest List/Request Booking') }} {{ __('↡ Room Request Form') }}
@endif
@if(Auth()->user()->role=='admin')
Admin Menu
Accept / Reject {{ __('CheckIn/CheckOut/Bill') }} {{ __('Clear/Release Booking') }} {{ __('Follow Ups') }} {{ __(' Rejected Bookings') }} {{ __('All Bookings') }} {{ __('Search Rooms Occupied') }} {{ __('Booking Report') }}
@endif
@csrf {{ __('Log Out') }}
{{ __('Work Flow/Help') }}
{{ auth()->user()->initials() }}
{{ auth()->user()->name }} {{ auth()->user()->email }}
{{ __('Settings') }}
@csrf {{ __('Log Out') }}
{{ auth()->user()->initials() }}
{{ auth()->user()->name }} {{ auth()->user()->email }}
Settings
@csrf {{ __('Log Out') }}
{{ $slot }} @fluxScripts