@extends('backend.app') @section('title', 'Create Dynamic page') @push('style') @endpush @section('content') {{-- PAGE-HEADER --}} {{-- PAGE-HEADER --}}
@csrf @method('POST')
@error('page_title') {{ $message }} @enderror
@error('page_content') {{ $message }} @enderror
@endsection