@foreach($services as $key => $row)
{{ $row->title }} {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} @endforeach @if(count($services) && $services->hasPages()) {{ $services->links('pagination::bootstrap-5') }} @endif