Integrantes
@if(($projeto->evento->tipo == "PIBEX" && $hoje > $projeto->evento->resultado_final) || $projeto->evento->tipo == "CONTINUO") @endif

@foreach($projeto->participantes as $participante)
Nome: {{$participante->user->name}}
Plano: @if(isset($participante->planoTrabalho)) {{$participante->planoTrabalho->titulo}} @else Plano Em Substituição @endif
Informações
@endforeach