{{ __('Our Instructors') }}

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

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

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

{{ $instructor->name }}

{{ $instructor->job_title }}
@endif @endforeach