@foreach($post as $key => $post_res) @endforeach
Id Title Slug Parent post Photo Description status Actions
{{ $post_res->id }} {{ $post_res->title }} {{ $post_res->slug }} {{ $post_res->cat_info->title ?? ''}} @if(!empty($post_res->filename)) @if(in_array(pathinfo($post_res->filename, PATHINFO_EXTENSION), ['jpg', 'jpeg', 'png', 'gif'])) filename")}}" alt="Example Image" style="max-width: 100%; height: auto;"> @else filename")}}" download>Download {{ basename($post_res->filename) }} @endif @else avatar.png @endif {{ $post_res->summary }} {{ $post_res->status }}
{{ $post->links('vendor.pagination.custom') }}