extend('admin/_layout') ?> section('title') ?> endSection() ?> section('content') ?> id), [ 'method' => 'post', 'class' => 'flex flex-col max-w-md', ]) ?> 'title', 'name' => 'title', 'class' => 'form-input mb-4', 'value' => old('title', $podcast->title), 'required' => 'required', ]) ?> 'name', 'name' => 'name', 'class' => 'form-input mb-4', 'value' => old('name', $podcast->name), 'required' => 'required', ]) ?>
'description', 'name' => 'description', 'class' => 'form-textarea', 'required' => 'required', ], old('description', $podcast->description, false), 'data-editor="markdown"' ) ?>
'episode_description_footer', 'name' => 'episode_description_footer', 'class' => 'form-textarea', ], old( 'episode_description_footer', $podcast->episode_description_footer, false ), 'data-editor="markdown"' ) ?>
<?= $podcast->title ?> 'image', 'name' => 'image', 'class' => 'form-input mb-4', 'type' => 'file', 'accept' => '.jpg,.jpeg,.png', ]) ?> language), [ 'id' => 'language', 'class' => 'form-select mb-4', 'required' => 'required', ] ) ?> category), [ 'id' => 'category', 'class' => 'form-select mb-4', 'required' => 'required', ] ) ?> 'author', 'name' => 'author', 'class' => 'form-input mb-4', 'value' => old('author', $podcast->author), ]) ?> 'owner_name', 'name' => 'owner_name', 'class' => 'form-input mb-4', 'value' => old('owner_name', $podcast->owner_name), ]) ?> 'owner_email', 'name' => 'owner_email', 'class' => 'form-input mb-4', 'value' => old('owner_email', $podcast->owner_email), 'type' => 'email', 'required' => 'required', ]) ?> 'flex flex-col mb-4']) ?> 'copyright', 'name' => 'copyright', 'class' => 'form-input mb-4', 'value' => old('copyright', $podcast->copyright), ]) ?>
'custom_html_head', 'name' => 'custom_html_head', 'class' => 'form-textarea', ], old('custom_html_head', $podcast->custom_html_head, false), 'data-editor="html"' ) ?>
lang('Podcast.form.submit_edit'), 'type' => 'submit', 'class' => 'self-end px-4 py-2 bg-gray-200', ]) ?> endSection() ?>