@extends('admin.layouts.app') @section('title', 'Blog Posts') @section('page-title', 'Blog Posts') @section('actions') Add Post @endsection @section('content')
| Title | Category | Author | Status | Date | Actions |
|---|---|---|---|---|---|
|
@if($blog->featured_image)
|
{{ $blog->category->name ?? '-' }} | {{ $blog->author->name ?? '-' }} | @if($blog->status) Published @else Draft @endif | {{ $blog->created_at->format('M d, Y') }} | |
| No blog posts found | |||||