• {{--
  • Home
  • --}} {{--
  • Contact
  • --}}
    {{-- @include('backend.admin.common.notification') --}}
  • {{ auth()->user()->unreadNotifications->count() }}
    @forelse (auth()->user()->unreadNotifications()->latest()->take(3)->get() as $notification)

    {{ $notification->data['message'] }} {{-- {{ 'New parent form received' }} --}} {{-- --}}

    {{ $notification->data['name'] }}

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

    @empty

    {{ 'There are no new notifications' }}

    {{--

    --}}
    @endforelse {{-- {{ route('admin.notification.index') }} --}} See All Messages
  • My Profile {{-- {{ route('admin.my-profile.index') }} --}} {{-- @if (auth()->user()->isA('dean')) --}} {{-- @endif --}} Change password Logout