logo logo
@include('admin.partials.languages')
@if(auth()->getDefaultDriver() === 'student')
@php $notification = auth()->user()->unseenNotifications->count(); @endphp @if($notification > 0) @endif
{{__('Notifications')}}

{{__('You have')}} {{ $notification }} {{__('unread Notifications')}}

@foreach(auth()->user()->unseenNotifications as $notification)
{{ __($notification->message) }}
{{ $notification->created_at->diffForHumans() }}
@endforeach
@endif
{{auth()->user()->name}}
{{auth()->user()->name}}
{{auth()->user()->name}}
{{auth()->user()->user_name}}
{{__('Profile')}} {{__('Lockscreen')}}
@csrf