@extends('front.layout.app') @section('beforeHeadClose') @endsection @section('content') @php echo cms_edit_page("blog");@endphp {!! cms_page_heading('Blog') !!}
@endsection