@extends('layouts.app') @section('content')
@component('projeto.formularioVisualizar.projeto', ['grandeAreas' => $grandeAreas, 'projeto' => $trabalho, 'areas' => $areas, 'subareas' => $subAreas]) @endcomponent @component('projeto.formularioVisualizar.proponente', ['projeto' => $trabalho]) @endcomponent @component('projeto.formularioVisualizar.anexos', ['projeto' => $trabalho]) @endcomponent @component('projeto.formularioVisualizar.participantes', ['estados' => $estados, 'enum_turno' => $enum_turno, 'projeto' => $trabalho, 'participantes' => $participantes, 'arquivos' =>$arquivos]) @endcomponent {{-- @component('projeto.formularioVisualizar.finalizar', ['projeto' => $projeto]) @endcomponent --}}
Parecer Interno
Projeto: {{ $trabalho->titulo }}
{{-- Pesquisar--}}
@csrf

Informações do proponente

{{-- Coordenador --}}
statusLinkLattesProponente =='aceito') checked @endif required> statusLinkLattesProponente =='recusado') checked @endif>
statusLinkGrupoPesquisa =='aceito' ) checked @endif required> statusLinkGrupoPesquisa =='recusado' ) checked @endif>

Anexos

{{-- Anexo do Projeto --}}
{{-- Arquivo --}}
statusAnexoProjeto =='aceito' ) checked @endif required> statusAnexoProjeto =='recusado' ) checked @endif>
statusAnexoLattesCoordenador =='aceito' ) checked @endif required> statusAnexoLattesCoordenador =='recusado' ) checked @endif>
statusAnexoPlanilhaPontuacao !=null) @if(is_numeric($parecer->statusAnexoPlanilhaPontuacao)) value="{{$parecer->statusAnexoPlanilhaPontuacao}}" @else value="0" @endif @endif required>
@if($evento->tipo == 'PIBIC' || $evento->tipo == 'PIBIC-EM') {{-- Decisão do CONSU --}}
statusAnexoDecisaoCONSU =='aceito' ) checked @endif required> statusAnexoDecisaoCONSU =='recusado' ) checked @endif>
@endif
statusAnexoAtuorizacaoComiteEtica =='aceito' ) checked @endif required> statusAnexoAtuorizacaoComiteEtica =='recusado' ) checked @endif>
statusJustificativaAutorizacaoEtica =='aceito' ) checked @endif required> statusJustificativaAutorizacaoEtica =='recusado' ) checked @endif>
{{--Planos de trabalho--}}
statusPlanoTrabalho =='aceito' ) checked @endif required> statusPlanoTrabalho =='recusado' ) checked @endif>

Comentário


@endsection @section('javascript') @endsection