extend('admin/_layout') ?> section('title') ?> endSection() ?> section('pageTitle') ?> endSection() ?> section('content') ?> id, $episode->id), [ 'method' => 'post', 'class' => 'flex flex-col max-w-xl items-start', ]) ?>
<?= $podcast
    ->actor->display_name ?>

actor ->display_name ?> @actor ->username ?>

'message', 'name' => 'message', 'class' => 'form-textarea min-w-0 w-full', 'required' => 'required', 'placeholder' => 'Write your message...', ], old('message', '', false), ['rows' => 2], ) ?>
<?= $episode->title ?>
'flex flex-col mb-4']) ?>
'schedule', 'name' => 'publication_method', 'class' => 'text-pine-700', ], 'schedule', old('publication_method') && old('publication_method') === 'schedule', ) ?>
'scheduled_publication_date', 'name' => 'scheduled_publication_date', 'class' => 'form-input rounded-r-none flex-1', 'value' => old('scheduled_publication_date', ''), 'data-input' => '', ]) ?>
id, $episode->id), lang('Common.cancel'), ['class' => 'font-semibold mr-4'], ) ?> 'primary'], ['type' => 'submit'], ) ?>
endSection() ?>