@extends('layouts.admin') @section('title', 'View News Post') @section('content_header')
Category: {{ $post->category->name ?? 'N/A' }}
Published: {{ $post->created_at->format('M d, Y h:i A') }}
{{ $post->description }}
{{ $post->header_scripts }}
{{ $post->body_scripts }}