@php
$selected_zone = request()->get('zone_id') ?? '';
@endphp
@error('zone_id')
{{ $message }}
@enderror
-
{{ __('static.quick_links') }}
-
{{ strtoupper(Session::get('locale', Helpers::getDefaultLanguageLocale())) }}
-
@forelse (\App\Helpers\Helpers::getLanguages() as $lang)
-
{{ @$lang?->name }}
({{ @$lang?->locale }})
@empty
-
English
@endforelse
-
-
@if (count(auth()->user()->unreadNotifications) > 0)
{{ count(auth()->user()->unreadNotifications) }}
@endif
-
{{ __('static.contact_mails') }} @if (count(auth()->user()->unreadNotifications) > 0) {{ count(auth()->user()->unreadNotifications) }} @endif
@forelse (auth()->user()->notifications()->latest()->take(5)->get() as $notification)
-
{{ $notification->data['message'] ?? '' }}
@empty
- View All
@endforelse{{ __('static.data_not_found') }} -
-
@if (Auth::user()->getFirstMediaUrl('image'))
@else
{{ substr(Auth::user()->name, 0, 1) }}@endif {{ Auth::user()->name }}