First name*
Last name*
Email*
Phone*
Address*
Nationality
@foreach ($nationalities as $nationality)
@endforeach
Gender*
Country*
@foreach ($countriesSelect as $id => $name)
@endforeach
Source*
@foreach (SourceType::cases() as $source)
@endforeach
Referral ID*
@foreach ($getAllStudents as $student)
@endforeach
Type of contact*
@foreach (TypeOfContact::cases() as $type)
@endforeach
Track type*
@foreach ($trackTypesSelect as $id => $name)
@endforeach
Program*
@foreach ($programs as $program)
@endforeach