@extends('admin.layouts.main') @section('title', 'Admin - Posts') @section('content')
@forelse($posts as $post) @empty @endforelse
Sr No. Image Title Post Category Status Action
{{ $loop->iteration + ($posts->currentPage() - 1) * $posts->perPage() }} {{ $post->title}} {{ $post->category}}
status == 1)>
No records found.
@endsection