@extends('frontend.layout') @section('pageHeading') {{ $pageInfo->title }} @endsection @section('metaKeywords') {{ $pageInfo->meta_keywords }} @endsection @section('metaDescription') {{ $pageInfo->meta_description }} @endsection @section('style') @endsection @section('content') @includeIf('frontend.partials.breadcrumb', ['breadcrumb' => $bgImg->breadcrumb, 'title' => $pageInfo->title]) {!! replaceBaseUrl($pageInfo->content, 'summernote') !!} @endsection