@extends('layouts.admin') @section('title', 'Blog Posts') @section('header', 'Blog Posts') @section('content')
| Title | Category | Status | Date | Actions |
|---|---|---|---|---|
|
@if($post->image)
|
{{ $post->category?->name }} | {{ $post->created_at->format('d M Y') }} | ||
| No posts found | ||||