@if ($secInfo->featured_instructors_section_status == 1)

{{ !empty($secTitleInfo->featured_instructors_section_title) ? $secTitleInfo->featured_instructors_section_title : '' }}

@forelse ($instructors->take(4) as $instructor)
{{ $instructor->name }}

{{ $instructor->occupation }}

@php $socials = $instructor->socialPlatform; @endphp @if (count($socials) > 0) @endif
@empty
{{ $keywords['no_featured_instructor_found'] ?? __('No Featured Instructor Found') }}
@endforelse
@endif