logo-sm-light logo-light
@foreach (languages() as $language)
user-pic
{{ $language->name }}
@endforeach
{{ __('Notifications') }}
@foreach (getNotificationLimit(auth()->id()) as $notification)
user-pic
{{ $notification->first_name }}

{{ $notification->title }}

{{ $notification->created_at->diffForHumans() }}

@endforeach
{{ __('See All') }}
{{ __('Profile') }}
{{ __('Logout') }}