@extends('theme::layouts.app') @section('content')
{{__("back to the blog")}}

{{ $post->title }} {{__('Written on')}} . {{__('Posted in')}} {{ $post->category->name }}.

{{ $post->title }}
{!! $post->body !!}
@endsection