@if(count($selectedInstructors))
{{ __('Skilled Introduce') }}

{{ __('Top Class & Professional Instructors in One Place') }}

@foreach ($selectedInstructors as $instructor)
img
img
@php $rating = round($instructor->courses->avg('avg_rating')); @endphp
@for ($i = 1; $i <= 5; $i++) @if ($i <= $rating) @else @endif @endfor
({{ number_format($instructor->courses->avg('avg_rating'), 1) }} {{ __('Ratings') }})

{{ $instructor->name }}

{{ $instructor->job_title }}

{{ $instructor->short_bio }}

@endforeach
@foreach ($selectedInstructors as $instructor)
@endforeach
img
@endif