= $this->extend('_layout') ?>
= $this->section('title') ?>
= esc($podcast->title) ?>
= $this->endSection() ?>
= $this->section('pageTitle') ?>
= esc($podcast->title) ?>
= $this->endSection() ?>
= $this->section('headerRight') ?>
= lang('Podcast.edit') ?>
= lang('Episode.create') ?>
= $this->endSection() ?>
= $this->section('content') ?>
= view_cell('Modules\Admin\Controllers\PodcastController::latestEpisodes', [
'limit' => 5,
'podcastId' => $podcast->id,
]) ?>
= $this->endSection() ?>