{{ $this->crud }} Auditionee @if ($form->auditionee_id) - {{ $form->auditionee->firstname }} {{ $form->auditionee->lastname }} ({{ $form->auditionee->age() }}yrs) @endif
@if ($form->auditionee_id) @foreach($form->auditionee->tags() as $key => $tag) {{ $tag }} @endforeach @endif
Details @if ($form->auditionee_id) Experience Pastoral Info NYMT Experience Casting Info @endif @error('form.firstname') {{ $message }} @enderror @error('form.lastname') {{ $message }} @enderror @error('form.formalname') {{ $message }} @enderror @error('form.email') {{ $message }} @enderror @error('form.secondary_email') {{ $message }} @enderror @error('form.gender') {{ $message }} @enderror @error('form.dob') {{ $message }} @enderror @error('form.tel') {{ $message }} @enderror @error('form.emergency_contact') {{ $message }} @enderror @error('form.emergency_relationship') {{ $message }} @enderror @error('form.emergency_tel') {{ $message }} @enderror @error('form.address') {{ $message }} @enderror @error('form.town') {{ $message }} @enderror @error('form.postcode') {{ $message }} @enderror @foreach (App\Enums\Country::cases() as $country) @endforeach @error('form.country') {{ $message }} @enderror @if ($form->auditionee_id) @if ($form->category == "stage_manager" || $form->category == "ctms") @if ($form->category == "stage_manager" ) @endif @if ($form->category == "ctms" ) @endif @endif Pastoral Information @if ($form->nymt_experience == 0) @if ($form->nymt_experience_no == 'Other') @endif @endif @if ($form->nymt_experience != '0') @endif @if ($form->film_permission == '2') @endif @error('form.education') {{ $message }} @enderror Course/Casting Information Please tell us if you have recently experienced or are experiencing any of the follow Dietary requirements @error('form.emergency_2_contact') {{ $message }} @enderror @error('form.emergency_2_relationship') {{ $message }} @enderror @error('form.emergency_2_tel') {{ $message }} @enderror @if ($form->casting_consent == "agree_exceptions") @endif @endif
@if ($form->auditionee_id)
Gallery Audition Recalls Courses Roles Transactions @if ($form->profile_photo_path)
@endif

Update Profile Photo

@error('form.photo') {{ $message }} @enderror @if ($form->photo)
@endif
Other Images
Add a Photo
@error('media'){{ $message }} @enderror
@if ($media)
@endif
@foreach($form->auditionee->media as $media)
@endforeach
@if (count($form->auditionee->auditions) < 1)
Create Audition
Create an Audition
Choose Venue
Choose Date
@endif Venue Venue Date Start Date End Date @foreach($form->auditionee->auditions as $audition) {{ $audition->venue_date->venue->name}} {{ $audition->venue_date->name}} {{ date('Y-m-d' , strtotime($audition->venue_date->start_date)) }} {{ date('Y-m-d' , strtotime($audition->venue_date->end_date)) }} @endforeach @if (count($form->auditionee->auditions) > 0) Audition Scores & Notes Acting Music Dance {{ $form->auditionee->scores('acting') }} {{ $form->auditionee->scoresDone('acting') }} {{ $form->auditionee->scores('music') }} {{ $form->auditionee->scoresDone('music') }} {{ $form->auditionee->scores('dance') }} {{ $form->auditionee->scoresDone('dance') }} Add Score/Note
Add a Casting Note
Type
Category
Score out of 10
Type Category Score Comment @foreach($form->auditionee->comments as $comment) {{ ucwords($comment->commentgroup) }} {{ $comment->commentcategory->name }} @livewire('component.edit-field',['id'=>$comment->id,'object'=>'AuditioneeComment','field'=>'score'], key(rand() * $comment->id)) {{ $this->excerpt($comment->comment, 50) }} @endforeach @endif
Create Recall
Project Choice Recall Date @foreach($form->auditionee->recalls as $recall) {{ $recall->project->name}} {{ $recall->choice}} {{ date('Y-m-d' , strtotime($recall->recall_date)) }} @endforeach
Course Signup Link
Project Choice Recall Date @foreach($form->auditionee->recalls as $recall) {{ $recall->project->name}} {{ $recall->choice}} {{ date('Y-m-d' , strtotime($recall->recall_date)) }} @endforeach
Create Role
Project Role Choice Status @foreach($form->auditionee->roles as $role) {{ $role->role->project->name}} {{ $role->role->name}} {{ $role->choice}} {{ $role->status}} @endforeach
Date Created Status Amount @foreach($form->auditionee->transactions as $transaction) {{ $transaction->created_at}} {{ $transaction->status}} £ {{ $transaction->amount}} @endforeach
@endif