@extends('layouts.app') @section('content')
@component('projeto.formularioVisualizar.proponente2', ['edital' => $trabalho->evento, 'projeto' => $trabalho]) @endcomponent
Anexos

{{-- Anexo do Projeto --}}
{{-- 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

Meu parecer
Trabalho: {{$trabalho->titulo}}
@csrf
@if($evento->tipo == "PIBEX")
@component('componentes.input', ['label' => 'Pontuação calculada']) pivot!=null && $trabalho->pivot->pontuacao !=null ) value="{{$trabalho->pivot->pontuacao}}" @else value="0" @endif required> @endcomponent
@endif
@if($trabalho->pivot->AnexoParecer == null) @component('componentes.input', ['label' => 'Anexo do Parecer']) @endcomponent @else
Alterar arquivo atual
@endif

@endsection @section('javascript') @endsection