@extends('frontend.layouts.master') @section('meta_title', __('Tutors') . ' || ' . $setting->app_name) @section('contents')

{{ __('Total') }} {{ $instructors->total() }} {{ __('Tutors found') }}

@foreach($instructors as $instructor)
img

{{ $instructor->name }}

{{ $instructor->job_title }} {{ @$instructor->subject->name }}

{{ number_format($instructor->courses->avg('avg_rating'), 1) }} {{ __('Ratings') }}

@endforeach
@endsection @push('styles') @endpush