@php $teachers = App\Instructor::orderby('id','asc')->where('status', "1")->get(); @endphp

Our Mentors

@foreach($teachers as $teacher)
{{ $teacher->fname}} {{ $teacher->lname}}

{{$teacher->designation}}


@endforeach