@extends('layouts.app') @section('content')
$trabalho->evento, 'projeto' => $trabalho,]) @endcomponent
$trabalho->evento, 'projeto' => $trabalho]) @endcomponent
$trabalho->evento, 'projeto' => $trabalho]) @endcomponent
Discentes

@foreach($trabalho->participantes as $participante)
{{$participante->user->name}}
Informações
@endforeach
{{-- Parecer Interno --}}
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