@extends('layout_inner_page') @section('title') {{ $custom_page->page_name }} @endsection @section('front-content') @include('breadcrumb')
{!! clean($custom_page->description) !!}
@endsection