@extends('adminlte::page') @section('title', 'Kelola Berita') @section('content_header')
| Judul | Tipe | Status | Kategori | Publish | Aksi |
|---|---|---|---|---|---|
| {{ $post->title }} | {{ ucfirst($post->type) }} | @if ($post->status === 'published') Published @elseif ($post->status === 'draft') Draft @else Archived @endif | {{ $post->category?->name ?? '-' }} | {{ optional($post->published_at)->format('d M Y H:i') ?? '-' }} | Edit |
| Belum ada data berita. | |||||