extend('admin/_layout') ?> section('title') ?> endSection() ?> section('pageTitle') ?> endSection() ?> section('content') ?> id), [ 'class' => 'flex flex-col max-w-3xl', ]) ?> 'max-w-sm']) ?> 'title', 'name' => 'title', 'class' => 'form-input mb-4 max-w-sm', 'value' => old('title', $page->title), 'required' => 'required', 'data-slugify' => 'title', ]) ?> 'max-w-sm']) ?> 'slug', 'name' => 'slug', 'class' => 'form-input mb-4 max-w-sm', 'value' => old('slug', $page->slug), 'required' => 'required', 'data-slugify' => 'slug', ]) ?>
'content', 'name' => 'content', 'class' => 'form-textarea', 'required' => 'required', ], old('content', $page->content, false), 'data-editor="markdown"', ) ?>
'primary'], ['type' => 'submit', 'class' => 'self-end'], ) ?> endSection() ?>