@extends('frontend.layouts.app') @section('content')

{{ __('All Instructor') }}

@forelse($instructors as $instructorUser)
@empty
img
{{ __('No Instructor Found') }}
@endforelse
@if(@$instructors->hasPages()) {{ @$instructors->links('frontend.paginate.paginate') }} @endif
@endsection