extend('_layout') ?> section('title') ?> endSection() ?> section('pageTitle') ?> endSection() ?> section('headerRight') ?> endSection() ?> section('content') ?>
handle) . '/' ?>
(' . lang('Common.optional') . ')' . hint_tooltip(lang('Episode.form.transcript_hint'), 'ml-1') ?>
transcript_remote_url ? '' : 'checked' ?> /> transcript_remote_url ? 'checked' : '' ?> />
transcript) : ?>
transcript->file_url, icon('file-download', 'mr-1 text-skin-muted text-xl') . lang('Episode.form.transcript_download'), [ 'class' => 'flex-1 font-semibold hover:underline inline-flex items-center text-xs', 'download' => '', ], ) . anchor( route_to( 'transcript-delete', $podcast->id, $episode->id, ), icon('delete-bin', 'mx-auto'), [ 'class' => 'p-1 text-sm bg-red-100 rounded-full text-red-700 hover:text-red-900 focus:ring-accent', 'data-tooltip' => 'bottom', 'title' => lang( 'Episode.form.transcript_file_delete', ), ], ) ?>
(' . lang('Common.optional') . ')' . hint_tooltip(lang('Episode.form.chapters_hint'), 'ml-1') ?>
chapters_remote_url ? '' : 'checked' ?> /> chapters_remote_url ? 'checked' : '' ?> />
chapters) : ?>
chapters->file_url, icon('file-download', 'mr-1 text-skin-muted text-xl') . lang('Episode.form.chapters_download'), [ 'class' => 'flex-1 font-semibold hover:underline inline-flex items-center text-xs', 'download' => '', ], ) . anchor( route_to( 'chapters-delete', $podcast->id, $episode->id, ), icon('delete-bin', 'mx-auto'), [ 'class' => 'text-sm p-1 bg-red-100 rounded-full text-red-700 hover:text-red-900 focus:ring-accent', 'data-tooltip' => 'bottom', 'title' => lang( 'Episode.form.chapters_file_delete', ), ], ) ?>
published_at === null): ?> endSection() ?>