Our Teachers
@php
$teachers = App\Instructor::where('status', "1")->get();
@endphp
@foreach($teachers as $teacher)
@endforeach