{{--

Choose your Tutor

--}} @if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('fail'))
{{ Session::get('fail') }}
@endif

{{ count($tutorlist) }} Search result for tutors

{{--
Sort by:
--}}
@if (isset($tutorlist)) @foreach ($tutorlist as $tutorlist)
imge
{{ $tutorlist->name }}
{{ $tutorlist->starrating }}
Exp: {{ $tutorlist->experience }}
Starting from:

£{{ $tutorlist->rateperhour }}/hr

{{ $tutorlist->headline }}

You can get teaching service direct at
  • {{ $tutorlist->subject }}
  • {{ $tutorlist->total_classes_done }}+ Lessons Completed
  • {{ $tutorlist->total_topics }}+ Topics
{{-- @if ($tutorlist->myfav) @else @endif --}}
@if (session('usertype') == 'Parent') @else {{-- --}} {{-- --}} @endif {{-- Check Slots --}} {{-- Book Trial --}} View full profile
@endforeach @endif
{{-- --}}

{{-- Search/Filter --}}
{{-- Modified search modal as per customer requirements --}}
{{-- Slot Availablity Starts here --}} {{-- Slots availability ends here --}} @endsection