@extends('layouts.public_master') @section('content')
{{ $post->title }}
{{ $post->created_at->format('Y-m-d') }} | {{ $post->category->name ?? '' }}
{!! $post->content !!}
@endsection