@extends('public.layout')
@section('title', $post->title)
@section('content')
← Kembali ke Blog
{{ ucfirst($post->category) }}
{{ $post->published_at->format('d M Y') }}
{{ $post->title }}
Oleh {{ $post->author->name }}
{!! $post->content !!}
@endsection