@foreach($students as $student)
@if($student->photoURL == '')
 }}) |
@else
 .'/'.$student->photoURL }}) |
@endif
{{ $student->first_name }} |
{{ $student->last_name }} |
{{ $student->email }} |
@foreach($student->programs as $program)
@if( !empty($program) )
{{ $program->name }} ({{ $program->tutors->user->first_name . ' ' . $program->tutors->user->last_name }}) {{' - ' . $program->schools->name }} Remove
@else
{{ '' }}
@endif
@endforeach
|
{{ $student->parent_email }} |
|
|
|
@endforeach