@if(Auth::user()->isMainAdmin()) {{ __('Admin Dashboard') }} @if(session('admin_selected_tenant_id'))
{{ __('Dashboard') }} {{ __('Calendar') }} {{ __('Bookings') }} {{ __('Public Page') }} @endif @else {{ __('Dashboard') }} {{ __('Calendar') }} {{ __('Bookings') }} {{ __('Categories') }} {{ __('Services') }} {{ __('Resources') }} {{ __('Public Page') }} @endif
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
{{ __('Dashboard') }} @if(Auth::user()->role === 'main_admin') {{ __('Demo Requests') }} @endif
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}