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

@if(count($notifications) > 0) @foreach($notifications as $row)
{{$row->descriptions()->title}}

{{date('F j, Y',strtotime($row->updated_at))}}

{{$row->descriptions()->description}}

@endforeach @else @endif