extend('admin/_layout') ?> section('title') ?> endSection() ?> section('pageTitle') ?> endSection() ?> section('content') ?> id), [ 'method' => 'post', 'class' => 'flex flex-col', ]) ?> 'enclosure', 'name' => 'enclosure', 'class' => 'form-input mb-4', 'required' => 'required', 'type' => 'file', 'accept' => '.mp3,.m4a', ]) ?> 'image', 'name' => 'image', 'class' => 'form-input', 'type' => 'file', 'accept' => '.jpg,.jpeg,.png', ]) ?> 'title', 'name' => 'title', 'class' => 'form-input mb-4', 'value' => old('title'), 'required' => 'required', 'data-slugify' => 'title', ]) ?> 'slug', 'name' => 'slug', 'class' => 'form-input mb-4', 'value' => old('slug'), 'required' => 'required', 'data-slugify' => 'slug', ]) ?>
'season_number', 'name' => 'season_number', 'class' => 'form-input w-full', 'value' => old('season_number'), 'type' => 'number', ]) ?>
'episode_number', 'name' => 'episode_number', 'class' => 'form-input w-full', 'value' => old('episode_number'), 'type' => 'number', ]) ?>
'mb-4']) ?> 'full', 'name' => 'type', 'class' => 'form-radio-btn'], 'full', old('type') ? old('type') == 'full' : true ) ?> 'trailer', 'name' => 'type', 'class' => 'form-radio-btn'], 'trailer', old('type') ? old('type') == 'trailer' : false ) ?> 'bonus', 'name' => 'type', 'class' => 'form-radio-btn'], 'bonus', old('type') ? old('type') == 'bonus' : false ) ?>
'description', 'name' => 'description', 'class' => 'form-textarea', 'required' => 'required', ], old('description', '', false), 'data-editor="markdown"' ) ?>
'description_footer', 'name' => 'description_footer', 'class' => 'form-textarea', ], old( 'description_footer', $podcast->episode_description_footer_markdown ?? '', false ), 'data-editor="markdown"' ) ?>
'location_name', 'name' => 'location_name', 'class' => 'form-input mb-4', 'value' => old('location_name'), ]) ?>
'publication_date', 'name' => 'publication_date', 'class' => 'form-input rounded-r-none flex-1', 'value' => old('publication_date', date('Y-m-d H:i')), 'data-input' => '', ]) ?>
'flex mb-6 gap-1']) ?> 'undefined', 'name' => 'parental_advisory', 'class' => 'form-radio-btn', ], 'undefined', old('parental_advisory') ? old('parental_advisory') === 'undefined' : true ) ?> 'clean', 'name' => 'parental_advisory', 'class' => 'form-radio-btn', ], 'clean', old('parental_advisory') ? old('parental_advisory') === 'clean' : false ) ?> 'explicit', 'name' => 'parental_advisory', 'class' => 'form-radio-btn', ], 'explicit', old('parental_advisory') ? old('parental_advisory') === 'explicit' : false ) ?> 'block', 'name' => 'block'], 'yes', old('block', false) ) ?> 'transcript', 'name' => 'transcript', 'class' => 'form-input mb-4', 'type' => 'file', 'accept' => '.txt,.html,.srt,.json', ]) ?> 'chapters', 'name' => 'chapters', 'class' => 'form-input mb-4', 'type' => 'file', 'accept' => '.json', ]) ?> 'primary'], ['type' => 'submit', 'class' => 'self-end'] ) ?> endSection() ?>