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

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

{{--
Sort by:
--}}
{{--
Search now
  • Pre-School
  • Middle (Class 6-8)
  • Intermediate
  • 5.0 Stars
  • Online bookings
  • Male only
--}}
@if(isset($tutorlists)) @foreach ($tutorlists as $tutorlist)
imge
{{ $tutorlist->name }}
{{$tutorlist->starrating}}
Exp: {{$tutorlist->experience}}
Starting from:

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

{{ $tutorlist->headline }}

You can get teaching service direct at
  • {{ $tutorlist->subject }}
  • {{$tutorlist->total_classes_done}}+ Lessons Completed
  • {{ $tutorlist->total_topics }}+ Topics
{{-- Add to save --}}
@endforeach @endif
{{-- --}}
@endsection