{{-- Brand Logo --}}
@if ($settings->logoUrl())
@else
@endif
{{-- Desktop Nav Links (hidden on mobile < 992px) --}}
{{-- Desktop Actions (hidden on mobile < 992px) --}}
@php
$fpOtherLocale = app()->getLocale() === 'ar' ? 'en' : 'ar';
$fpOtherLocaleLabel = $fpOtherLocale === 'ar' ? 'العربية' : 'English';
@endphp
{{ $fpOtherLocaleLabel }}
@auth('office')
@else
{{ __('lang.fp_login') }}
@endauth
{{-- Mobile Actions (visible only on mobile < 992px) --}}
@php
$fpOtherLocale = app()->getLocale() === 'ar' ? 'en' : 'ar';
$fpLangLabel = $fpOtherLocale === 'ar' ? 'AR' : 'EN';
@endphp
{{ $fpLangLabel }}