@extends('layouts.admin') @section('content')
Post ID | {{ $post->post_id }} |
---|---|
Description |
{!! $post->description !!}
|
Created By | {{ $post->user->name ?? 'Unknown' }} |
Post Type | {{ $post->postType->name ?? 'Unknown' }} |
Created At | {{ $post->created_at->format('d M Y, H:i A') }} |
Updated At | {{ $post->updated_at->format('d M Y, H:i A') }} |
No Poll Options
@endif