@if(!empty($instructors) and $instructors->isNotEmpty())
@foreach($instructors as $instructor)
@include('design_1.web.users.profile.tabs.components.instructor',['instructor' => $instructor])
@endforeach
@if(!empty($hasMoreInstructors))
{{ trans('update.load_more') }}
@endif
@else
@include('design_1.panel.includes.no-result',[
'file_name' => 'profile_instructors.svg',
'title' => trans('update.user_profile_not_have_instructors'),
'hint' => trans('update.user_profile_not_have_instructors_hint'),
'extraClass' => 'mt-0',
])
@endif