{{ $crud }}
1 @if ($steps[1]) 2 @endif @if ($steps[2]) 3 @endif @if ($steps[3]) 4 @endif @if ($steps[4]) 5 @endif @if ($steps[5]) 6 @endif @if ($steps[6]) 7 @endif @if ($steps[7]) 8 @endif @if ($steps[8]) 9 @endif @if ($steps[9]) 10 @endif @if ($steps[10]) 11 @endif Section 1: Personal Information @error('form.firstname') {{ $message }} @enderror @error('form.lastname') {{ $message }} @enderror @error('form.gender') {{ $message }} @enderror @error('form.dob') {{ $message }} @enderror @error('form.email') {{ $message }} @enderror @error('form.secondary_email') {{ $message }} @enderror @if ($emailsMatchError) The secondary email cannot be the same as the main contact email. @endif
Next
Section 2: Personal Information @error('form.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 @error('form.photo') {{ $message }} @enderror @if ($form->photo) @php $extension = strtolower($form->photo->getClientOriginalExtension()); $isHeic = in_array($extension, ['heic', 'heif']); @endphp @if (!$isHeic) @php try { $tempUrl = $form->photo->temporaryUrl(); echo '
'; } catch (\Exception $e) { echo '
Image preview will appear after upload
'; } @endphp @else @endif @endif
Back Next
Section 3: Emergency Contact Information @error('form.emergency_contact') {{ $message }} @enderror @error('form.emergency_relationship') {{ $message }} @enderror @error('form.emergency_tel') {{ $message }} @enderror
Back Next
Section 4: Experience @if ($form->category == "actor") Dance Do you have experience in any of the following? Please tick all that apply @endif @if ($form->category == "musician") {{----}} @endif @if ($form->category == "cpp") @endif
Back Next
Section 5: Your NYMT Experience
Back Next
Section 6: Health and Access
Back Next
Section 7: Availability

Please list any dates during the school holidays over the next 12 months when you would not be able to attend NYMT activities.

Back Next
Section 8: Filming & Photography

NYMT events are photographed and filmed for archival and marketing purposes. Images may appear on film, in print and online in perpetuity. I give permission to be filmed or photographed for these purposes and for these images to be stored and duplicated without further permission being sought.


Back Next
Section 9: Monitoring

We ask this to help with our internal monitoring. You don't have to answer any of these questions if you don't want to.


@error('form.education') {{ $message }} @enderror
Back Next
Section 10: Marketing emails from NYMT

Would you like to receive occasional NYMT emails that we think will be of interest to you? Your details will not be passed onto third parties other than those working on behalf of NYMT in the UK for the purposes of sending you these occasional emails. Your details would be held in accordance with our privacy policy and the General Data Protection Regulation.

Back Next
Section 11: Terms and Conditions

I have read and agree to the terms and conditions.

Back @if ($form->marketing_terms == "1") Send @endif