{{ __('Notification') }} {{ getUnreadNotificationsCount() }}

{{ __('Notifications') }}

{{ __('Marks all as read') }}
@foreach ($adminNotifiactions = getNotifications() as $adminNotifiaction)

{{ $adminNotifiaction->subject }}

{{ $adminNotifiaction->body }}

{{ $adminNotifiaction->created_at->format('jS F Y') }}
@endforeach
{{-- This Script is for read unread --}} {{-- This script is for load more again --}}