{{__('web.notifications')}}

@if(count($notifications))
{{__('web.deleteAll')}} @foreach($notifications as $row)

{{$row->date}}

{{$row->time}}

{!! $row->title !!}

{!! $row->description !!}

@endforeach
@else @include('web.pages.components.not_found',['message'=>__('web.not_found_notifications')]) @endif