@php $version = $basicInfo->theme_version; @endphp @extends("frontend.layouts.layout-v$version") @php $title = strlen($details->title) > 40 ? mb_substr($details->title, 0, 40, 'UTF-8') . '...' : $details->title; @endphp @section('pageHeading') @if (!empty($title)) {{ $title ? $title : $pageHeading->blog_page_title }} @endif @endsection @section('metaKeywords') {{ $details->meta_keywords }} @endsection @section('metaDescription') {{ $details->meta_description }} @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => $details->title ? $details->title : __('Post'), 'subtitle' => __('Post Details'), ])

{{ $details->title }}

{!! replaceBaseUrl($details->content, 'summernote') !!}
@if (!empty(showAd(3)))
{!! showAd(3) !!}
@endif
@if ($disqusInfo->disqus_status == 1)

{{ __('Comments') }}

@endif
@endsection @section('script') @if ($disqusInfo->disqus_status == 1) @endif @endsection