{{-- resources/views/admin/posts/index.blade.php --}} @extends('layouts.admin') @section('title', 'Manajemen Berita') @section('content')
| No | Gambar | Judul | Kategori | Author | Status | Views | {{-- <-- KOLOM BARU --}}Aksi |
|---|---|---|---|---|---|---|---|
| {{ ($posts->currentPage()-1) * $posts->perPage() + $loop->iteration }} |
|
{{ $post->post_title }} | {{ $post->category?->category_name ?? '-' }} | {{ $post->author?->name ?? 'User Dihapus' }} | @if($post->isActive) Dipublikasi @else Draft @endif | {{-- TAMPILKAN JUMLAH VIEWS --}}{{ $post->views_count }} | |
| Belum ada data berita. | {{-- Colspan diubah ke 8 --}}|||||||