@php
$instructors = App\User::where('role', 'instructor')->get();
@endphp
@if(! $instructors->isEmpty())
@foreach($instructors as $user)
@if($user['status'] == 1)
@if($user->role == "instructor")
@if($user['user_img'] != null || $user['user_img'] !='')
 }})
@else
}})
@endif
- {{ $user['fname'] }}
- {{ strip_tags(str_limit($user->detail, $limit = 75, $end = '...')) }}
@endif
@endif
@endforeach