@php $blogSidebar = dynamic_sidebar('blog_sidebar'); Theme::set('pageTitle', __('Blog Details')) @endphp
@if($image = $post->image)
@if (defined('GALLERY_MODULE_SCREEN_NAME') && ! empty($galleries = gallery_meta_data($post))) {!! render_object_gallery($galleries) !!} @elseif ($image = $post->image) {{ RvMedia::image($image, $post->name, 'medium-rectangle') }} @endif
@endif

{{ $post->name }}

{!! Theme::partial('blog.post-detail-meta', compact('post')) !!} @if ($description = $post->description)

{!! BaseHelper::clean($description) !!}

@endif
{!! BaseHelper::clean($post->content) !!}
@if ($tags = $post->tags)
@endif @if ($socials = \Botble\Theme\Supports\ThemeSupport::getSocialSharingButtons($post->url, SeoHelper::getDescription()))
{{ __('Share:') }}
@endif
@if($author = $post->author)
@if ($avatar = $author->avatar_url) @endif
{{ __('Author') }}

{{ $author->name }}

@endif
{!! apply_filters(BASE_FILTER_PUBLIC_COMMENT_AREA, null, $post) !!}
@if($blogSidebar)
@endif