@extends('layouts.app') @section('content')

{{ $post->title }}

Kategori: {{ $post->category }} Dipublikasikan pada: {{ \Carbon\Carbon::parse($post->published_at)->translatedFormat('d F Y') }}
@if($post->image_url) {{ $post->title }} @endif
{!! $post->content !!}
@endsection