@php $version = $basicInfo->theme_version; @endphp @extends('frontend.layout') @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')
breadcrumb)) data-bg-image="{{ asset('assets/img/' . $bgImg->breadcrumb) }}" @endif>

{{ !empty($title) ? $title : '' }}

{{ __('Comments') }}

@if ($disqusInfo->disqus_status == 1)
@endif
@php $display = 'none'; @endphp @endsection @section('script') @if ($disqusInfo->disqus_status == 1) @endif @endsection