@extends('admin.layouts.app') @section('title', 'Blog Management') @section('page-title', 'Automotive Blog') @section('content')
Write and optimize blog posts for search engines and readers.
Write New Post| Article | Category | Publish Date | SEO | Actions |
|---|---|---|---|---|
{{ $blog->title }} |
{{ $blog->category_name ?? 'Uncategorized' }} | {{ $blog->published_at ? \Carbon\Carbon::parse($blog->published_at)->format('M d, Y') : 'Draft' }} |