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