@forelse($consultationInstructors as $consultationInstructor)
@empty
img
{{ __('No Record Found') }}
@endforelse
@if(@$consultationInstructors->hasPages()) {{ @$consultationInstructors->links('frontend.paginate.paginate') }} @endif