{{ __('Our Teacher') }}
{!! clean(processText($featuredInstructorSection?->translation?->title)) !!}
@foreach ($selectedInstructors as $index => $instructor)
@if ($index < 4)
@if ($instructor->facebook)
@endif
@if ($instructor->twitter)
@endif
@if ($instructor->linkedin)
@endif
@if ($instructor->github)
@endif
{{ $instructor->job_title }}
@endif
@endforeach