@if(count($notifications) > 0) @foreach($notifications as $row)
{{date('Y.m.d - g:i a',strtotime($row->created_at))}}
{{$row->descriptions()->title}}

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

@endforeach @else

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

@endif