extend('admin/_layout') ?> section('title') ?> endSection() ?> section('pageTitle') ?> endSection() ?> section('content') ?> id), [ 'method' => 'post', 'class' => 'flex flex-col', ]) ?> <?= $podcast->title ?> 'image', 'name' => 'image', 'class' => 'form-input', 'type' => 'file', 'accept' => '.jpg,.jpeg,.png', ]) ?> 'title', 'name' => 'title', 'class' => 'form-input mb-1', 'value' => old('title', $podcast->title), 'required' => 'required', ]) ?> link ?> 'mb-4']) ?> 'episodic', 'name' => 'type', 'class' => 'form-radio-btn'], 'episodic', old('type') ? old('type') == 'episodic' : $podcast->type == 'episodic', ) ?> 'serial', 'name' => 'type', 'class' => 'form-radio-btn'], 'serial', old('type') ? old('type') == 'serial' : $podcast->type == 'serial', ) ?>
'description', 'name' => 'description', 'class' => 'form-textarea', 'required' => 'required', ], old('description', $podcast->description_markdown, false), 'data-editor="markdown"', ) ?>
language_code), [ 'id' => 'language', 'class' => 'form-select mb-4', 'required' => 'required', ], ) ?> category_id), [ 'id' => 'category', 'class' => 'form-select mb-4', 'required' => 'required', ], ) ?> other_categories_ids), [ 'id' => 'other_categories', 'class' => 'mb-4', 'data-max-item-count' => '2', ], ) ?> 'mb-4']) ?> 'undefined', 'name' => 'parental_advisory', 'class' => 'form-radio-btn', ], 'undefined', old('parental_advisory') ? old('parental_advisory') === 'undefined' : $podcast->parental_advisory === null, ) ?> 'clean', 'name' => 'parental_advisory', 'class' => 'form-radio-btn', ], 'clean', old('parental_advisory') ? old('parental_advisory') === 'clean' : $podcast->parental_advisory === 'clean', ) ?> 'explicit', 'name' => 'parental_advisory', 'class' => 'form-radio-btn', ], 'explicit', old('parental_advisory') ? old('parental_advisory') === 'explicit' : $podcast->parental_advisory === 'explicit', ) ?> 'owner_name', 'name' => 'owner_name', 'class' => 'form-input mb-4', 'value' => old('owner_name', $podcast->owner_name), 'required' => 'required', ]) ?> 'owner_email', 'name' => 'owner_email', 'class' => 'form-input mb-4', 'value' => old('owner_email', $podcast->owner_email), 'type' => 'email', 'required' => 'required', ]) ?> 'publisher', 'name' => 'publisher', 'class' => 'form-input mb-4', 'value' => old('publisher', $podcast->publisher), ]) ?> 'copyright', 'name' => 'copyright', 'class' => 'form-input mb-4', 'value' => old('copyright', $podcast->copyright), ]) ?> 'location_name', 'name' => 'location_name', 'class' => 'form-input mb-4', 'value' => old('location_name', $podcast->location_name), ]) ?> 'payment_pointer', 'name' => 'payment_pointer', 'class' => 'form-input mb-4', 'value' => old('payment_pointer', $podcast->payment_pointer), ]) ?>
'partner_id', 'name' => 'partner_id', 'class' => 'form-input w-full', 'value' => old('partner_id', $podcast->partner_id), ]) ?>
'partner_link_url', 'name' => 'partner_link_url', 'class' => 'form-input w-full', 'value' => old('partner_link_url', $podcast->partner_link_url), ]) ?>
'partner_image_url', 'name' => 'partner_image_url', 'class' => 'form-input w-full', 'value' => old('partner_image_url', $podcast->partner_image_url), ]) ?>
'custom_rss', 'name' => 'custom_rss', 'class' => 'form-textarea', 'value' => old('custom_rss', $podcast->custom_rss_string), ]) ?> 'block', 'name' => 'block'], 'yes', old('block', $podcast->is_blocked), 'mb-2', ) ?> 'complete', 'name' => 'complete'], 'yes', old('complete', $podcast->is_completed), 'mb-2', ) ?> 'lock', 'name' => 'lock'], 'yes', old('lock', $podcast->is_locked), ) ?> 'primary'], ['type' => 'submit', 'class' => 'self-end'], ) ?> endSection() ?>