@extends('frontend.layout') @section('pageHeading') {{ $pageInfo->title }} @endsection @section('metaKeywords') {{ $pageInfo->meta_keywords }} @endsection @section('metaDescription') {{ $pageInfo->meta_description }} @endsection @section('og-title', "$pageInfo->title") @section('custom-style') @endsection @section('hero-section')
@endsection @section('content')
{!! $pageInfo->content !!}
@if (!empty(showAd(3)))
{!! showAd(3) !!}
@endif
@endsection