@extends('admin.layouts.app') @section('page-title', 'Blog Posts') @section('content')
Manage your website's blog content.
| Title | Category | Author | Status | Actions |
|---|---|---|---|---|
|
@if($post->image)
{{ $post->title }} {{ $post->slug }} |
{{ $post->category?->name ?? 'Uncategorized' }} | {{ $post->author?->name ?? 'System' }} | @if($post->published_at) Published @else Draft @endif | |
| No posts found. | ||||