📚 Daftar Postingan

Kelola semua postingan blogmu di sini.

@if(request('per_page')) @endif
Buat Post Baru
Tampilkan
@if(request('search')) @endif
per halaman
@if(request('search'))Hasil "{{ request('search') }}" — @endif {{ $posts->total() }} postingan
@forelse ($posts as $post) @empty @endforelse
# Judul Gambar Kategori Konten Dibuat Diperbarui Aksi
{{ $loop->iteration + ($posts->currentPage() - 1) * $posts->perPage() }} {{ $post->title }} @if($post->image) {{ $post->title }} @else
🖼️
@endif
@if($post->category->name ?? false) {{ $post->category->name }} @else @endif {{ Str::limit(strip_tags($post->content), 80, '…') }} {{ $post->created_at->format('d M Y') }} {{ $post->updated_at->format('d M Y') }}
👁️ ✏️
@csrf @method('DELETE')
📝
Belum ada postingan
Mulai dengan membuat postingan pertama!
@if ($posts->total() > 0)
Menampilkan {{ $posts->firstItem() ?? 0 }}{{ $posts->lastItem() ?? 0 }} dari {{ $posts->total() }} postingan
@if($posts->hasPages()) @endif
@endif
Kembali ke Dashboard
0 postingan dipilih
@csrf @method('DELETE')