@foreach ($items as $post) @endforeach
Title Category Published By Date Actions
{{ $post->title }} {{ ucfirst($post->post_category) }} {{ $post->publish_by }} {{ $post->publish_date }}
@if ($items instanceof \Illuminate\Pagination\LengthAwarePaginator) {{ $items->links('backend.layouts.paginate') }} @endif