@if(!empty($instructors)) @foreach($instructors as $instructor)
@if( !empty($instructor->avatar) ) @else @endif
{{$instructor->fname}} {{$instructor->lname}}

Instructor of {{$instructor->courses}} Course(s)

{{$instructor->phone}}

{{$instructor->completed}} Class(es) Completed

@endforeach @else

It's empty here!

@endif