@if(auth()->user()->type== 'signature' || auth()->user()->type== 'super')
  • Dashboard
  • @else
  • Dashboard
  • @endif @if(auth()->user()->type== 'signature' || auth()->user()->type== 'super')
  • Employees
  • @endif @if(auth()->user()->type== 'hotel' || auth()->user()->type== 'employee') @if(auth()->user()->userGroup && auth()->user()->hasPermission('view group'))
  • Hotel Groups
  • @endif @endif @if(auth()->user()->type== 'signature' || auth()->user()->type== 'super')
  • Hotels
    • Hotels
    • Group
  • @endif @if(auth()->user()->type== 'hotel' || auth()->user()->type== 'employee') @if(auth()->user()->userGroup && auth()->user()->hasPermission('view group'))
  • Group Employees
  • @else
  • Employees
    • Employees
    • @if(auth()->user()->userGroup && auth()->user()->hasPermission('create user') || auth()->user()->role== 'HotelAdmin')
    • Create Employee
    • @endif
  • @endif @endif @if(auth()->user()->type== 'hotel' || auth()->user()->type== 'employee')
  • Rooms & Rate
    • Room Amenities
    • Room Types
    • Rooms
    • Rates
    • Create Rate
  • Reservation
    • New Booking
    • Bookings
    • Blocked
  • Guests
    • Guests
  • Availability
  • Inventory
  • @endif {{--
  • Channels
    • Manage Channels
    • Create Channel
  • --}} @if(auth()->user()->role== 'HotelAdmin' || auth()->user()->userGroup && auth()->user()->hasPermission('view report'))
  • Reporting
  • @endif
  • Billing
      @if(auth()->user()->type== 'signature' || auth()->user()->type== 'super')
    • Billings
    • @endif @if(auth()->user()->role== 'HotelAdmin' || auth()->user()->userGroup && auth()->user()->hasPermission('account transaction'))
    • Account
    • Transactions
    • @endif
  • Permissions
    • User Group
    • User Permissions
  • Settings
    • User Profile
    • @if(auth()->user()->role== 'HotelAdmin' || auth()->user()->userGroup && auth()->user()->hasPermission('payment setting'))
    • API Settings
    • Edit API Settings
    • Booking Email Settings
    • Edit Booking Email
    • Hotel Setup
    • Edit Hotel Setup
    • @endif @if(auth()->user()->userGroup && auth()->user()->hasPermission('audit trail'))
    • Audit Trails
    • @endif
@if(!empty(auth()->user()->avatar)) user @else user @endif
{{Auth::user()->name}}
{{Auth::user()->email}}
Signout
@csrf