+ {{-- Arquivo --}}
+
+
+
}})
+
+
+
+ {{-- Autorização Especial --}}
+ @if($trabalho->evento->natureza_id != 3)
+
+
+ @if($trabalho->anexoAutorizacaoComiteEtica != null)
+
}})
+ @else
+ -
+ @endif
+
+
+ @endif
+ {{-- Anexo(s) do Plano(s) de Trabalho --}}
+ @foreach( $trabalho->participantes as $participante)
+ @php
+ if( App\Arquivo::where('participanteId', $participante->id)->first() != null){
+ $planoTrabalhoTemp = App\Arquivo::where('participanteId', $participante->id)->first()->nome;
+ }else{
+ $planoTrabalhoTemp = null;
+ }
+ @endphp
+
+
+
+ @if($planoTrabalhoTemp != null)
+
}})
+ @endif
+
+ @endforeach
+
+ {{--Documento Extra--}}
+ @if($trabalho->evento->nome_docExtra != null)
+
+
+ @if($trabalho->anexo_docExtra != null)
+
+ @else
+
+ @endif
+
+
+ @endif
+