extend('_layout') ?> section('title') ?> endSection() ?> section('pageTitle') ?> endSection() ?> section('content') ?> 'flex flex-col max-w-3xl', ]) ?> 'max-w-sm', ]) ?> 'title', 'name' => 'title', 'class' => 'form-input mb-4 max-w-sm', 'value' => old('title'), 'required' => 'required', 'data-slugify' => 'title', ]) ?> 'slug', 'name' => 'slug', 'class' => 'form-input flex-1 w-0 text-xs', 'value' => old('slug'), 'required' => 'required', 'data-slugify' => 'slug', 'slot' => 'slug-input', ]) ?>
'primary', ], [ 'type' => 'submit', 'class' => 'self-end', ], ) ?> endSection() ?>