{{ __('Kelola Artikel & Blog SEO') }}

Tulis Artikel Baru
@if(session('success')) @endif
@if($posts->isNotEmpty()) @foreach ($posts as $post) @endforeach
Gambar Judul Artikel Status Tanggal Terbit Aksi
@if($post->image_path) {{ $post->title }} @else
@endif
{{ $post->title }}
/blog/{{ $post->slug }}
{{ $post->status == 'published' ? 'Terbit' : 'Draft' }} {{ $post->created_at->format('d M Y') }} Edit
@csrf @method('DELETE')
{{ $posts->links() }}
@else

Belum ada artikel diterbitkan.

@endif