get_header_style() != 2, 'pt-160' => get_header_style() == 2])>
@if($post->firstCategory) {{ $post->firstCategory->name }} @endif

{!! BaseHelper::clean($post->name) !!}

{!! BaseHelper::clean(nl2br($post->description)) !!}

@if($post->image) {{ RvMedia::image($post->image, $post->name) }} @endif
{!! BaseHelper::clean($post->content) !!}
{{ __(':time min read', ['time' => $post->time_reading]) }}
{{ Theme::formatDate($post->created_at) }}
{!! BaseHelper::clean(__('By :author', ['author' => "{$post->author->name}
{{ __('Share') }}
{!! Theme::renderSocialSharing($post->url, SeoHelper::getDescription(), $post->image) !!}

{!! apply_filters(BASE_FILTER_PUBLIC_COMMENT_AREA, null, $post) !!}
@php $relatedPosts = get_related_posts($post->getKey(), 3); @endphp @if($relatedPosts->isNotEmpty())

{{ __('Related posts') }}

@php $itemsPerRow = theme_option('post_item_per_row', 3); @endphp
@foreach($relatedPosts as $post) @include(Theme::getThemeNamespace('views.templates.post-item.index')) @endforeach
@endif