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