@extends("layouts.app") @section("title", "Post Detail") @section("content") Back
Category: {{ $post->category->name ?? 'No Category' }}
Author: {{ $post->user->name ?? 'Guest' }}
Status: {{ ucfirst($post->status) }}
@if ($post->image)Content :{!! nl2br(e($post->content)) !!}