@if(auth()->user()->type== 'signature' || auth()->user()->type== 'super')
  • Dashboard
    • Dashboard
    • Hotels
    • Group
  • @else
  • Dashboard
  • @endif
  • Employees
    • Employees
    • @can('Create Employee')
    • Create Employee
    • @endcan
  • @if(auth()->user()->type== 'hotel' || auth()->user()->type== 'employee')
  • Rooms & Rate
    • Room Types
    • Rooms
    • Rates
    • Create Rate
  • Reservation
    • New Booking
    • Bookings
    • Blocked
  • Guests
    • Guests
  • Availability
  • Inventory
  • @endif
  • Channels
    • Manage Channels
    • Create Channel
  • Reporting
    • Booking Performance
  • Billing
      @if(auth()->user()->type== 'signature' || auth()->user()->type== 'super')
    • Billings
    • @else
    • Account
    • Transactions
    • @endif
  • Permissions
    • Permissions
    • @if(auth()->user()->type== 'signature' || auth()->user()->type== 'super')
    • Create Permission
    • @endif
    • Roles
    • Create Role
  • Settings
    • User Profile
    • @if(auth()->user()->type== 'hotel' || auth()->user()->type== 'employee') @else
    • Audit Trails
    • @endif
@if(!empty(auth()->user()->avatar)) user @else user @endif
{{Auth::user()->name}}
{{Auth::user()->email}}
Signout
@csrf