@if(!empty($is_search) && $is_search)
@endif
@if ($instructors->count() > 0)
@foreach ($instructors as $instructor)
@include('frontend.template.instructor.card',[
'instructor' => $instructor,
'is_details' => false
])
@endforeach
@else
@if ($instructors->currentPage() != 1)
@endif
@if ($instructors->currentPage() != $instructors->lastPage())
@endif