@extends('layouts.public') @section('title',$post->tr('title')) @section('content')
@if($post->image)@endif

{{ $post->tr('title') }}

{{ optional($post->published_at)->format('M d, Y') }}
{{ $post->tr('body') }}
@endsection