@extends('public.layout') @section('title', $post->title) @section('content')
← Kembali
{{ ucfirst($post->category) }} {{ $post->published_at->format('d M Y') }}

{{ $post->title }}

Oleh {{ $post->author->name }}

{!! $post->content !!}
@endsection