@if($paginate >0) @foreach($notifications as $row) linkGo() != null) href="{{$row->linkGo()}}" @endif class="notifications_card">
{{date('g:i a',strtotime($row->updated_at))}}
{{date('Y/m/d',strtotime($row->updated_at))}}
{{$row->descriptions()->title}}

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

@endforeach @if($paginate >0)
@endif @else

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

@endif