@extends('backend.app') @section('title', 'Page Edit') @section('content') {{-- PAGE-HEADER --}} {{-- PAGE-HEADER END --}}
@csrf
{{-- Name --}}
@error('page_title') {{ $message }} @enderror
{{-- Slug --}}
@error('slug') {{ $message }} @enderror
{{-- Content --}}
{{-- Submit --}}
Cancel
@endsection