{{--
Choose Your Language
@foreach(['English', 'Japan', 'France', 'Germany', 'South Korea', 'Bangladesh', 'India', 'Canada'] as $language)
@endforeach
--}}
Notifications
{{ $notifications->where('is_read', false)->count() }}
@forelse($notifications as $notification)
{{ $notification->message }}
{{ $notification->created_at->diffForHumans() }}
@if(!$notification->is_read)
@csrf
@endif
@empty
No new notifications
@endforelse
{{-- Uncomment this line to allow the user to view all notifications --}} {{-- View All Notifications --}}
  • {{ Auth::user()->name }}
    {{ Auth::user()->designation }}
  • My Profile
  • Log Out
    @csrf