@extends('layouts.app') @section('meta_title', 'Admin - Kelola Posts') @section('meta_description', 'Halaman admin untuk mengelola posts blog') @section('content')
Manage semua artikel blog Anda
| Judul | Kategori | Status | Tanggal | Aksi |
|---|---|---|---|---|
|
@if($post->featured_image)
{{ Str::limit($post->title, 50) }}
{{ $post->slug }}
|
{{ $post->category->name }} | @if($post->status === 'published') Published @else Draft @endif | {{ $post->created_at->format('d M Y') }} |