@extends('layouts.app') @section('content')
Voltar
Parecer do avaliador: {{ $avaliador->user->name }}
Trabalho: {{ $trabalho->titulo }}

Informações do proponente

{{-- Coordenador --}}
@if(App\Proponente::where('id', $trabalho->proponente_id)->first()->linkLattes != null) {{ App\Proponente::where('id', $trabalho->proponente_id)->first()->linkLattes }} @endif
statusLinkLattesProponente =='aceito') checked @else disabled @endif required> statusLinkLattesProponente =='recusado') checked @else disabled @endif>
{{ $trabalho->linkGrupoPesquisa }}
statusLinkGrupoPesquisa =='aceito' ) checked @else disabled @endif required> statusLinkGrupoPesquisa =='recusado' ) checked @else disabled @endif>

Anexos

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

Comentário

{{--Modal planos de trabalho--}}
@endsection @section('javascript') @endsection