@extends('frontend.layouts.app') @section('content')
{{ __('All Instructor') }}
{{ __('Home') }}
{{ __('All Instructor') }}
@forelse($instructors as $instructorUser)
@empty
{{ __('No Instructor Found') }}
@endforelse
@if(@$instructors->hasPages()) {{ @$instructors->links('frontend.paginate.paginate') }} @endif
@endsection