{{ __('Tutors Profile') }}

Parent Information

{{ $parent->parent->name }}

{{ $parent->parent->mobile }}

{{ $parent->parent->email }}

Student Information

{{ $parent->grade->name }}

{{ $parent->student_school }}

@foreach($parent->subject_names as $names) {{ $names }} @endforeach

Tutoring Preferences

{{ $parent->duration }}

{{ $parent->frequency }}

{{ $parent->tutorToParent->map(function ($item) { return $item->tutorType->name . ' (' . $item->tutorPrice->amount . ')'; })->implode(', ') }}

{{ $parent->budget }}

{{ $parent->gender_preference ?? 'No Preference' }}

{{ $parent->mode ?? 'No Preference' }}

{{ $parent->bilingual_need ?? 'No Preference' }}

{{ $parent->available_timings ?? 'Not Provided' }}

{{ $parent->start_date }}

{{ $parent->terms ? 'Yes' : 'No' }}