extend('podcast/_layout_authenticated') ?> section('meta-tags') ?> <?= $podcast->title ?> endSection() ?> section('content') ?>

$activeQuery['value'], 'episodeCount' => count($episodes), ]) ?> $activeQuery['value'], 'episodeCount' => count($episodes), ]) ?>

<?= $episode->title ?>

title ?> number, $episode->season_number, 'text-xs font-semibold text-gray-600', true, ) ?>

handle, $episode->slug), icon('chat', 'text-xl mr-1 text-gray-400') . $episode->statuses_total, [ 'class' => 'inline-flex items-center hover:underline', 'title' => lang('Episode.total_statuses', [ 'numberOfTotalStatuses' => $episode->statuses_total, ]), ], ) ?> handle, $episode->slug), icon('repeat', 'text-xl mr-1 text-gray-400') . $episode->reblogs_total, [ 'class' => 'inline-flex items-center hover:underline', 'title' => lang('Episode.total_reblogs', [ 'numberOfTotalReblogs' => $episode->reblogs_total, ]), ], ) ?> handle, $episode->slug), icon('heart', 'text-xl mr-1 text-gray-400') . $episode->favourites_total, [ 'class' => 'inline-flex items-center hover:underline', 'title' => lang('Episode.total_favourites', [ 'numberOfTotalFavourites' => $episode->favourites_total, ]), ], ) ?>

endSection() ?>