@if (Auth::guard('vendor')->user()->photo != null) Vendor Image @else @endif
{{ Auth::guard('vendor')->user()->username }} {{ __('Vendor') }}
  • {{ __('Edit Profile') }}
  • {{ __('Change Password') }}
  • {{ __('Logout') }}
    {{-- search --}}
    {{-- dashboard --}}
  • {{ __('Dashboard') }}

  • {{ __('Rooms Management') }}

    • {{ __('Manage Rooms') }}
    • {{ __('Add Room') }}
  • {{ __('Room Bookings') }}

    • {{ __('All Bookings') }}
    • {{ __('Paid Bookings') }}
    • {{ __('Unpaid Bookings') }}
  • {{ __('Packages Management') }}

    • {{ __('Add Package') }}
    • {{ __('Packages') }}
  • {{ __('Package Bookings') }}

    • {{ __('All Bookings') }}
    • {{ __('Paid Bookings') }}
    • {{ __('Unpaid Bookings') }}
  • {{ __('Withdrawals') }}

    • {{ __('Withdrawal Requests') }}
    • {{ __('Make a Request') }}
  • {{ __('Transactions') }}

  • @php $support_status = DB::table('support_ticket_statuses')->first(); @endphp @if ($support_status->support_ticket_status == 'active') {{-- Support Ticket --}}
  • {{ __('Support Tickets') }}

    • {{ __('All Tickets') }}
    • {{ __('Add a Ticket') }}
  • @endif
  • {{ __('Edit Profile') }}

  • {{ __('Change Password') }}

  • {{ __('Logout') }}