@extends('frontend.layouts.master') @section('meta_title', $customPage?->title . ' || ' . $setting->app_name) @section('header') @include('frontend.layouts.header-layout.three') @endsection @section('contents')
{!! replaceImageSources($customPage?->description) !!}
@endsection @section('footer') @include('frontend.layouts.footer-layout.two') @endsection