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