extend('_layout') ?> section('title') ?> endSection() ?> section('pageTitle') ?> (persons) ?>) endSection() ?> section('headerRight') ?> endSection() ?> section('content') ?>
lang('Person.episode_form.persons'), 'cell' => function ($person) { return '
' . '' . esc($person->full_name) . '' . '
' . esc($person->full_name) . implode( '', array_map(function ($role) { return '' . lang( "PersonsTaxonomy.persons.{$role->group}.label", ) . ' › ' . lang( "PersonsTaxonomy.persons.{$role->group}.roles.{$role->role}.label", ) . ''; }, $person->roles), ) . ($person->information_url === null ? '' : '' . esc($person->information_url) . '') . '
'; }, ], [ 'header' => lang('Common.actions'), 'cell' => function ($person): string { return ''; }, ], ], $episode->persons, 'max-w-xl mt-6' ) ?> endSection() ?>