@extends('layouts.app') @section('content')
Informações do proponente

@error('linkLattesEstudante') {{ $message }} @enderror
@error('linkGrupo') {{ $message }} @enderror
Anexos

{{-- Anexo do Projeto --}}
@component('componentes.input', ['label' => 'Projeto (.pdf)']) @endcomponent
@if($trabalho->anexoProjeto)
@else

@endif
@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)
@else

@endif
@endforeach
anexoAutorizacaoComiteEtica) checked @endif id="radioSim" onchange="displayAutorizacoesEspeciais('sim')" disabled> justificativaAutorizacaoEtica) checked @endif onchange="displayAutorizacoesEspeciais('nao')" disabled>
@component('componentes.input', ['label' => 'Sim, declaro que necessito de autorizações especiais (.pdf)'])
@if($trabalho->anexoAutorizacaoComiteEtica )
@else

@endif
@error('anexoAutorizacaoComiteEtica') {{ $message }} @enderror @endcomponent
Meu parecer
Trabalho: {{ $trabalho->titulo }}
{{-- Pesquisar--}}
@csrf
@component('componentes.input', ['label' => 'Parecer']) @endcomponent
@if($trabalho->pivot->AnexoParecer == null) @component('componentes.input', ['label' => 'Anexo do Parecer']) @endcomponent @else
Alterar arquivo atual
@endif

@endsection @section('javascript') @endsection