@extends('admin.layouts.app') @section('title', 'Blog Management') @section('content')
| Title | Status | Published Date | Created | Actions |
|---|---|---|---|---|
|
{{ $post->title }}
{{ $post->slug }} |
@if($post->status === 'published') Published @else Draft @endif | @if($post->published_at) {{ $post->published_at->format('M d, Y') }} @else Not published @endif | {{ $post->created_at->format('M d, Y') }} |