@extends('admin.layouts.app') @section('title', 'Blog Posts') @section('content')
| Title | Category | Status | Author | Published | |
|---|---|---|---|---|---|
|
{{ $post->title }}
@if($post->excerpt)@endif
|
{{ $post->category?->name ?? '—' }} | {{ ucfirst($post->status) }} | {{ $post->author?->name ?? '—' }} | {{ $post->published_at?->format('d M Y') ?? '—' }} | |
No posts yet | |||||