@extends('layouts.app') @section('content')
Kelola artikel blog publik.
| Judul | Kategori | Status | Views | Tanggal | Aksi |
|---|---|---|---|---|---|
|
{{ $post->title }} {{ $post->author->name }} |
{{ ucfirst($post->category) }} | @if ($post->is_published) Published @else Draft @endif | {{ number_format($post->visit_count) }} | {{ $post->created_at->format('d M Y') }} | |
|
📝 Belum ada artikel. |
|||||