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