@foreach ($posts as $item) @endforeach
# Judul Thumbnail Body Kategori Verifikasi Admin Instansi Tanggal Publis
{{ $loop->iteration }} {{ $item->title }} Lihat Detail @foreach ($item->postCategories as $category) {{ $category->name }} @endforeach @if (Auth::user()->rule === 'Super Admin' || Auth::user()->username == 'diskominfo') show_tapinkab == 1 ? 'checked' : '' }}> @endif {{ $item->office->name }} {{ $item->created_at }}
Edit
MENAMPILKAN {{ $posts->firstItem() }} - {{ $posts->lastItem() }} DARI {{ $posts->total() }} DATA
{{ $posts->links('vendor/pagination/bootstrap-4') }}