@extends('../../master_layout/website_master') @section('heading')
Back

{{$content->cms_title}}

@php $breadcrumb = array( array('title'=>$content->cms_title, 'url'=>'', 'active'=>'1') ); @endphp @include('website_view.component.breadcrumb', compact("breadcrumb"))
@endsection @section('content')
{!! $content->cms_description !!}
@endsection