@php $version = $basicInfo->theme_version; @endphp @extends("frontend.layouts.layout-v$version") @section('pageHeading') {{ $pageInfo->title }} @endsection @section('metaKeywords') {{ $pageInfo->meta_keywords }} @endsection @section('metaDescription') {{ $pageInfo->meta_description }} @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => $pageInfo->title, 'subtitle' => $pageInfo->title, ])
{!! $pageInfo->content !!}
@if (!empty(showAd(3)))
{!! showAd(3) !!}
@endif
@endsection