extend('Modules\Admin\Views\_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', 'slot' => 'slug-input', ]) ?> 'slug', 'name' => 'slug', 'class' => 'form-input flex-1 w-0 text-xs', 'value' => old('slug', $page->slug), 'required' => 'required', 'data-slugify' => 'slug', ]) ?>
content_markdown, false) ?>
'primary'], ['type' => 'submit', 'class' => 'self-end'], ) ?> endSection() ?>