@extends('layouts.admin') @section('content')

Post Details

Post Information
Description {{ $post->description }}
Created By {{ $post->user->name ?? 'Unknown' }}
Image @if($post->image) Post Image @else No Image @endif
Comments {{ $post->comments ?? 0 }}
Created At {{ $post->created_at->format('d M Y, H:i A') }}
Updated At {{ $post->updated_at->format('d M Y, H:i A') }}
Back to Posts
@endsection