@if(Auth::user()->profile_picture && file_exists(public_path('uploads/profile/' . Auth::user()->profile_picture))) Avatar @else {{ Auth::user() && Auth::user()->name ? strtoupper(substr(Auth::user()->name, 0, 1)) : 'M' }} @endif

{{ Auth::user()->name ?? 'Hotel Partner' }}

Verified Merchant
  • Control Dashboard
  • Manage My Hotels
  • Room Inventory
  • Booking Stream
  • Profile Settings
  • Sign Out
@csrf