{{ __('Skilled Introduce') }}

{!! clean(processText($featuredInstructorSection->translation?->title)) !!}

{!! clean(processText($featuredInstructorSection->translation?->sub_title)) !!}

@foreach ($selectedInstructors as $index => $instructor) @if ($index < 4)
img

{{ $instructor->name }}

{{ $instructor->job_title }}

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

@endif @endforeach