@extends('inner_layout') @section('title') {{$custom_page?->page_name }} @endsection @section('frontend_content')
{!! clean($custom_page?->description) !!}
@endsection