= $this->extend('admin/_layout') ?> = $this->section('title') ?> = lang('Episode.edit') ?> = $this->endSection() ?> = $this->section('content') ?> = form_open_multipart( route_to('episode_edit', $episode->podcast->id, $episode->id), [ 'method' => 'post', 'class' => 'flex flex-col max-w-md', ] ) ?> = csrf_field() ?>