@extends('layouts.app') @section('content')
| Title | Category | Status | Published | Actions |
|---|---|---|---|---|
| {{ $post->title }} | {{ $post->category->name ?? 'Uncategorized' }} | {{ $post->is_published ? 'Published' : 'Draft' }} | {{ $post->published_at?->format('M d, Y') ?? 'N/A' }} | Edit |
| No blog posts found. | ||||