@if(!empty($unReadNotifications) and count($unReadNotifications))
{{ count($unReadNotifications) }} {{ trans('panel.notifications') }}
{{ trans('update.mark_all_notifications_as_read') }}
@foreach($unReadNotifications as $unReadNotification)

{{ $unReadNotification->title }}

{{ dateTimeFormat($unReadNotification->created_at,'j M Y | H:i') }}
@endforeach @else
{{ trans('notification.empty_notifications') }}
@endif
@if(!empty($unReadNotifications) and count($unReadNotifications))
{{ trans('notification.all_notifications') }}
@endif