@extends('admin.template.master') @section('title', $title) @section('content') @php $cmtitle = ''; $cmdescription = ''; if(isset($contentData)) { $cmtitle = $contentData->title; $cmcontent = $contentData->content; } @endphp
@stop @section('javascript') @endsection