@extends('layouts.app') @section('title', 'Postingan Berita') @section('content')
| No. | Judul | Kategori | Status | Tanggal Terbit | Aksi |
|---|---|---|---|---|---|
|
@if($post->featured_image)
{{ $post->title }}
|
{{ $post->category?->name ?? '-' }} | {{ $post->status === 'published' ? 'Dipublikasikan' : 'Draft' }} | {{ $post->published_at?->format('d M Y H:i') ?? '-' }} |