extend('_layout') ?> section('title') ?> endSection() ?> section('pageTitle') ?> (getDetails()['total'] ?>) endSection() ?> section('headerRight') ?> endSection() ?> section('content') ?>

$pager->getDetails()['currentPage'], 'pageCount' => $pager->getDetails()['pageCount'], ]) ?>

lang('Episode.list.episode'), 'cell' => function ($episode, $podcast) { return '
' . '
' . '' . '' . $episode->title . '' . '
' . '' . '

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

' . '

' . $episode->description . '

' . '
' . '
'; }, ], [ 'header' => lang('Episode.list.visibility'), 'cell' => function ($episode): string { return publication_pill( $episode->published_at, $episode->publication_status, ); }, ], [ 'header' => lang('Episode.list.comments'), 'cell' => function ($episode): int { return $episode->comments_count; }, ], [ 'header' => lang('Episode.list.actions'), 'cell' => function ($episode, $podcast) { return '' . '' . ''; }, ], ], $episodes, 'mb-6', $podcast ) ?> links() ?> endSection() ?>