{{ $run->theater ?: '劇場未設定' }}
@if ($run->runPeople->isNotEmpty())| 人物 | 役名・担当 | 出演形態 | 出演期間 | 特別出演元 | 対象作品 |
|---|---|---|---|---|---|
| {{ $cast->person?->name ?? '人物未設定' }} @if ($cast->is_lead) 主演 @endif | {{ $cast->role_name ?: '-' }} | {{ match ($cast->appearance_type) { 'regular' => '通常出演', 'role_rotation' => '役替わり', 'special_guest' => '特別出演', 'limited' => '期間限定出演', default => $cast->appearance_type ?: '-', } }} | @if ($cast->periods->isNotEmpty()) @foreach ($cast->periods as $period) @endforeach @else - @endif | {{ $cast->guestTroupe?->name ?? '-' }} | {{ $cast->performanceWork?->work?->title ?? '公演全体' }} |
出演者はまだ登録されていません。
@endif