@extends('layouts.app') @section('content')
{{ $post['title'] }}

{{ $post['title'] }}

{{ \Carbon\Carbon::parse($post['created_at'])->translatedFormat('d F Y') }} • oleh {{ $post['author_id'] }}

{!! nl2br(e($post['content'])) !!}
@endsection