@extends('front-cms.layouts.main') @section('main-section')

{{ $tutorpd->headline }}

Subjects
@foreach ($subjects as $subject) @endforeach
About {{ $tutorpd->name }}

{{$tutorpd->goal}}

{{--
About the lesson

Have trouble understanding your workload? There are a million tutors, and you have landed on the right page.

Hi, My name's Mr. Thompson, and I have the patience and key to your understanding. I am a dynamic tutor. I know your needs change from session to session.

That's why I provide 3 different rate prices just for you. I have the notes and recordings that can help you.

I look forward to your message because I'm a fast responder; Oh, and before I forget the most important thing, you can get answers to questions and concepts from me even outside of scheduled classes.

--}}
Review
{{$averagereview->avg_rating ?? '0'}} ({{$averagecount ?? '0'}} reviews)
@foreach ($reviews as $review)
{{$review->student_name}}
{{$review->ratings}}

{{$review->name}}

@endforeach
{{ $tutorpd->name }}'s Video

{{ $tutorpd->name }}

{{$averagereview->avg_rating ?? '0'}} ({{$averagecount ?? '0'}})
Hourly rate £{{$tutorpd->rateperhour}}
Experience {{$tutorpd->experience}}
Number of student {{$totalStudents}}+
Other tutors in {{$primarysubjects->subject_name}}
@foreach ($othertutors->slice(0,4) as $othertutor) @endforeach
@endsection