extend('admin/_layout') ?> section('title') ?> endSection() ?> section('pageTitle') ?> () endSection() ?> section('headerRight') ?> 'primary', 'iconLeft' => 'add'], ['class' => 'mr-2'] ) ?> endSection() ?> section('content') ?> id), [ 'method' => 'post', 'class' => 'flex flex-col', ]) ?> lang('Person.podcast_form.person'), 'cell' => function ($podcastPerson) { return '
' . 'person->image->thumbnail_url}\" alt=\"{$podcastPerson->person->full_name}\" class=\"object-cover w-16 h-16 rounded-full\" />" . '
' . $podcastPerson->person->full_name . ($podcastPerson->person_group && $podcastPerson->person_role ? '' . lang( "PersonsTaxonomy.persons.{$podcastPerson->person_group}.label" ) . ' ▸ ' . lang( "PersonsTaxonomy.persons.{$podcastPerson->person_group}.roles.{$podcastPerson->person_role}.label" ) . '' : '') . (empty($podcastPerson->person->information_url) ? '' : "person->information_url}\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"text-sm text-blue-800 hover:underline\">" . $podcastPerson->person->information_url . '') . '
'; }, ], [ 'header' => lang('Common.actions'), 'cell' => function ($podcastPerson) { return button( lang('Person.podcast_form.remove'), route_to( 'podcast-person-remove', $podcastPerson->podcast_id, $podcastPerson->id ), ['variant' => 'danger', 'size' => 'small'] ); }, ], ], $podcastPersons ) ?> 'person', 'class' => 'form-select mb-4', 'required' => 'required', ]) ?> 'person_group_role', 'class' => 'form-select mb-4'] ) ?> 'primary'], ['type' => 'submit', 'class' => 'self-end'] ) ?> endSection() ?>