extend('_layout') ?> section('title') ?> endSection() ?> section('pageTitle') ?> endSection() ?> section('headerRight') ?> endSection() ?> section('content') ?> lang('Contributor.list.username'), 'cell' => function ($contributor) { return esc($contributor->username); }, ], [ 'header' => lang('Contributor.list.role'), 'cell' => function ($contributor): string { return lang('Contributor.roles.' . $contributor->podcast_role); }, ], [ 'header' => lang('Common.actions'), 'cell' => function ($contributor, $podcast) { return '' . ''; }, ], ], $podcast->contributors, '', $podcast, ) ?> endSection() ?>