@extends('layouts.admin') @section('title', 'Edit Page') @section('content')

Edit Page: {{ $page->title }}

Back to List
@csrf @method('PUT')
Slug cannot be changed once created.
HTML is supported.
Publishing
is_active ? 'checked' : '' }}>
{{ $page->updated_at->format('M d, Y H:i') }}
SEO Settings
Leave blank to use Page Title.
@endsection