@props(['values' => []])

Academic Qualification & Experience

@foreach ($tutorType as $type)
@if (isset($values) && isset($values->tutor_type_id) && $type->id == $values->tutor_type_id) @else @endif
@endforeach
@foreach ($highestEducationLevels as $highestEducationLevel)
id == @$values->high_education_level_id ? 'checked' : '' }}>
@endforeach
@if (!$values)

Tutor’s Pre-filled Profile (forwarded to Clients)

1. Please provide us a brief description of yourself for potential assignments (in bullet points):

(pre-filled when you apply)

0 of 500 max characters

2. Please provide us a summary of your Academic Achievements and Teaching Experiences:

(Scholarships, mentionable lists, publications and schools/tuition centres taught in)

0 of 500 max characters

3. Please provide us a track record of your students’ achievements/improvements under your tutelage:

Past Grades/Improvement Records of Previous Students

0 of 500 max characters
@endif

Tutor Specializations

@foreach ($gradeSubjects as $grade)
@php $selectedSubjects = isset($values->tutorPrefrences) ? $values->tutorPrefrences->pluck('subject_id')->toArray() : []; @endphp @foreach ($grade->subjects as $subject)
id, $selectedSubjects) ? 'checked' : '' }} onchange="toggleSpecifyInput(this, '{{ $grade->id }}', '{{ $subject->id }}', '{{ $subject->name }}')">
@endforeach
@endforeach
@if (!$values)

Please note that by accepting the Terms and Conditions, you accept the commission charged by Bridgeminds for our service, kindly check and agree to the following: *

@endif