@foreach($notifications as $row)
{{$row->title ?? '-'}}
{{ __('notifications.statuses.'.$row->status) }}
{{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }}
@endforeach @if( count( $notifications ) && $notifications->hasPages() ) {{ $notifications->links() }} @endif