@extends('layouts.admin') @section('content')
Description | {{ $post->description }} |
---|---|
Created By | {{ $post->user->name ?? 'Unknown' }} |
Image |
@if($post->image)
|
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') }} |