@extends('admin.layouts.main') @section('title', 'Blog Articles - Admin Panel') @section('content')
Kelola artikel blog dan konten website
Total Artikel
Diterbitkan
Draft
Featured
| Gambar | Judul & Slug | Author | Status | Tanggal | Aksi | |
|---|---|---|---|---|---|---|
|
@if($article->image)
|
{{ Str::limit($article->title, 50) }}{{ $article->slug }} |
{{ $article->author ?? 'Admin' }}
|
@if($article->is_published)
Published
@else
Draft
@endif
|
{{ $article->created_at->format('d M Y') }}
{{ $article->created_at->format('H:i') }}
|
||