= $podcast->title ?>
@= $podcast->handle ?>
= $this->extend('admin/_layout') ?> = $this->section('title') ?> = lang('Podcast.all_podcasts') ?> = $this->endSection() ?> = $this->section('pageTitle') ?> = lang('Podcast.all_podcasts') ?> (= count($podcasts) ?>) = $this->endSection() ?> = $this->section('headerRight') ?> = button( lang('Podcast.create'), route_to('podcast-create'), ['variant' => 'accent', 'iconLeft' => 'add'], ['class' => 'mr-2'], ) ?> = button(lang('Podcast.import'), route_to('podcast-import'), [ 'variant' => 'primary', 'iconLeft' => 'download', ]) ?> = $this->endSection() ?> = $this->section('content') ?>
@= $podcast->handle ?>
= lang('Podcast.no_podcast') ?>