{{--

Choose your Tutor

--}} @if (Session::has('success'))
{{Session::get('success')}}
@endif @if (Session::has('fail'))
{{Session::get('fail')}}
@endif
@foreach ($tutorlist as $tutorlist)
...
{{ $tutorlist->name }}
@if ($tutorlist->starrating >= 1) @endif @if ($tutorlist->starrating >= 2) @endif @if ($tutorlist->starrating >= 3) @endif @if ($tutorlist->starrating >= 4) @endif @if ($tutorlist->starrating >= 5) @endif

Class:{{ $tutorlist->class_name }}

Subject:{{ $tutorlist->subject }}

Total Topics:{{ $tutorlist->total_topics }}

Rate: £{{ $tutorlist->rate }}

Profile
@endforeach
{{-- Search Using Sliders --}} {{-- --}} {{-- Modified search modal as per customer requirements --}}
@endsection