{{-- ============================================================ Mobile Side-Nav Offcanvas ============================================================ --}}
@if ($settings->logoUrl()) {{ $settings->name }} @else @endif
@auth('office')
{{ auth('office')->user()->name }}
{{ auth('office')->user()->email ?? auth('office')->user()->phone }}
{{ __('lang.office_dashboard') }}
@csrf
@else {{ __('lang.fp_login') }} @endauth