= $this->extend('podcast/_layout_authenticated') ?>
= $this->section('meta-tags') ?>
= $podcast->title ?>
= service('vite')
->asset('styles/index.css', 'css') ?>
= $this->endSection() ?>
= $this->section('content') ?>
= lang('Podcast.list_of_episodes_year', [
'year' => $activeQuery['value'],
'episodeCount' => count($episodes),
]) ?>
= lang('Podcast.list_of_episodes_season', [
'seasonNumber' => $activeQuery['value'],
'episodeCount' => count($episodes),
]) ?>
= view('podcast/_partials/episode_card', [
'episode' => $episode,
'podcast' => $podcast,
]) ?>
= lang(
'Podcast.no_episode',
) ?>
= lang('Podcast.no_episode_hint') ?>
= $this->endSection()
?>