@if(count($instructors)) All @foreach($instructors as $instructor) {{$instructor->name}} @endforeach @else No data @endif