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

Pages

@include('admin.partials.flash_message')
@csrf() @if(!empty($method)) @method($method) @endif

Edit Page

@stop @section('javascript') @endsection