@extends('layouts.admin') @section('title', 'Blog CMS – Admin Console') @section('page_title', 'Blog & Knowledge CMS') @section('content')

Publish Automotive Article

Write high-ranking guides on customs changes, hybrid care, or auction strategies.

@csrf

Published Articles & Guides

@forelse($posts as $post) @empty @endforelse
Article Title Category Author Views Date Actions
{{ $post->title }} /blog/{{ $post->slug }} {{ $post->category->name ?? 'Article' }} {{ $post->author->name ?? 'Admin' }} {{ $post->views_count }} views {{ $post->created_at->format('M d, Y') }}
@csrf @method('DELETE')
No articles published yet.
{{ $posts->links() }}
@endsection