-
{{ strtoupper(Session::get('locale', 'en')) }}
-
@forelse (\App\Helpers\Helpers::getLanguages() as $lang)
-
{{@$lang?->name}} ({{@$lang?->locale}})
@empty
-
English
@endforelse
-
-
{{count(auth()->user()->unreadNotifications)}}
-
{{ __('static.contact_mails') }} {{count(auth()->user()->unreadNotifications)}}
@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 }}