Код: Выделить всё
@foreach($mentors as $mentor)
@foreach($mentor->intern as $intern)
{{ $intern->employee->FirstName }}
{{ $intern->employee->LastName }}
@endforeach
@endforeach
Когда я это сделаю:
Код: Выделить всё
@if(count($mentors))
Подробнее здесь: https://stackoverflow.com/questions/358 ... n-is-empty
Мобильная версия