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