@extends('layouts.admin') @section('title', 'Management Blog') @section('page-title', 'Management Blog') @section('admin_content')
| Thumbnail | Judul | Kategori | Tags | Status | Tanggal | Aksi |
|---|---|---|---|---|---|---|
|
@if($post->thumbnail)
|
{{ $post->title }} | {{ $post->category->name ?? '-' }} | @if($post->tags) @foreach(explode(',', $post->tags) as $tag) #{{ trim($tag) }} @endforeach @endif | @if($post->is_published) Terbit @else Draft @endif | {{ $post->published_at ? $post->published_at->format('d M Y') : '-' }} | |
| Belum ada postingan. | ||||||