extend('_layout') ?> section('title') ?> endSection() ?> section('pageTitle') ?> (persons) ?>) endSection() ?> section('headerRight') ?> endSection() ?> section('content') ?>
lang('Person.podcast_form.persons'), 'cell' => function ($person) { return '
' . 'avatar->thumbnail_url}\" alt=\"{$person->full_name}\" class=\"object-cover aspect-square w-16 h-16 rounded-full\" loading=\"lazy\" />" . '
' . $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 ? '' : "information_url}\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"font-semibold text-sm text-accent-base hover:text-accent-hover\">" . $person->information_url . '') . '
'; }, ], [ 'header' => lang('Common.actions'), 'cell' => function ($person): string { return ''; }, ], ], $podcast->persons, 'max-w-xl mt-6' ) ?> endSection() ?>