@php $i=1; if($page>1){ $i=$page+1; } @endphp @foreach($services as $key => $service) @php $i++; @endphp @endforeach
Id Name Type Image Status Display Order Actions
{{ $i }} {{ $service->name }} {{ $service->type }} @php $galleries = $service->galleries($categoryId)->get(); @endphp @foreach($galleries as $gallery) @php $imagePath = getgallery($gallery); @endphp @endforeach
{{ $services->links('vendor.pagination.custom') }}