@extends('layouts.admin') @section('title', 'Artikel') @section('page-title', 'Manajemen Artikel') @section('content')
| Judul | Kategori | Status | Views | Aksi |
|---|---|---|---|---|
{{ $a->title }} {{ $a->published_at?->format('d M Y') }} · {{ $a->author?->name }} |
{{ $a->category ?? '—' }} | {{ ucfirst($a->status) }} | {{ number_format($a->views_count) }} | |
| Belum ada artikel. | ||||