Conheça os professores

Docência com experiências práticas e acadêminas.

@foreach($teachers as $teacher) @if($content[$teacher->id]['active'])
{{$teacher->name}}
@if($content[$teacher->id]['social_1'] ?? false ) @endif
{{$content[$teacher->id]['name'] ?? $teacher->name}}
{{$content[$teacher->id]['description'] ?? ''}}
@endif @endforeach