@php $i=1; if($page>1){ $i=$page+1; } @endphp @foreach($doctortrainingprogram as $key => $doctortrainingprogram_res) @php $i++; @endphp @endforeach
Id Name Image Status Display Order Actions
{{ $i }} {{ $doctortrainingprogram_res->name }} @php $galleries = $doctortrainingprogram_res->galleries($categoryId)->get(); @endphp @foreach($galleries as $gallery) @php $imagePath = getgallery($gallery); @endphp @endforeach
@if(!in_array($doctortrainingprogram_res->id, $idarray)) @endif
{{ $doctortrainingprogram->links('vendor.pagination.custom') }}