@if ($post['image_url'])
{{ $post['title'] }}

@endif
@lang('blog::front.home') {{__('blog::view.blog')}} @foreach($category_parents as $categoryParent) {{ $categoryParent->name }} @endforeach @if ($category_post) {{ $category_post['name'] }} @endif {{ $post['title'] }}

{{ $post['title'] }}

{!! $post['content'] !!}
@if (count($related_posts))
@if (count($related_posts)) @endif
@endif {{-- begin::cover --}} @include('theme.components.comments.post-comments', ['comments' => $comments, 'post' => $post]) {{-- end::cover --}}