@extends('layouts.app') @section('content') @include('includes.header') @include('includes.inner_page_title', ['page_title'=>$cmsContent->page_title])

{{$cmsContent->page_title}}

{!! $cmsContent->page_content !!}

{!! $siteSetting->cms_page_ad !!}
@include('includes.footer') @endsection