@extends('frontend.layout') @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, ])
{!! $pageInfo->content !!}
@if (!empty(showAd(3)))
{!! showAd(3) !!}
@endif
@endsection