@extends('layouts.app') @section('content')

CRIAR PROJETO


Informações do projeto

@csrf {{-- Nome do Projeto --}}
@error('nomeProjeto') {{ $message }} @enderror
{{-- Grande Area --}}
@error('grandeArea') {{ $message }} @enderror
@error('area') {{ $message }} @enderror
@error('subArea') {{ $message }} @enderror
Proponente
{{-- Coordenador --}}
user()->proponentes != null && Auth()->user()->proponentes->linkLattes != null) value="{{ Auth()->user()->proponentes->linkLattes }}" @else value="" @endif required> Exemplo: http://lattes.cnpq.br/8363536830656923 @error('linkLattesEstudante') {{ $message }} @enderror
@error('pontuacaoPlanilha') {{ $message }} @enderror
Exemplo: http://dgp.cnpq.br/dgp/espelhogrupo/228363 @error('linkGrupo') {{ $message }} @enderror
Anexos
{{-- Anexo do Projeto --}}
{{-- Arquivo --}}
@if(old('anexoProjetoPreenchido') != null || (isset($rascunho) && $rascunho->anexoProjeto != "")) Arquivo atual @endif anexoProjeto != "") value="sim" @else value="{{old('anexoProjetoPreenchido')}}" @endif required>
@error('anexoProjeto') {{ $message }} @enderror
@if(old('anexoLattesPreenchido') != null || (isset($rascunho) && $rascunho->anexoLattesCoordenador != "")) Arquivo atual @endif anexoLattesCoordenador != "") value="sim" @else value="{{old('anexoLattesPreenchido')}}" @endif >
Dos últimos 5 anos @error('anexoLattesCoordenador') {{ $message }} @enderror
@if(old('anexoPlanilhaPreenchido') != null || (isset($rascunho) && $rascunho->anexoPlanilhaPontuacao != "")) Arquivo atual @endif anexoPlanilhaPontuacao != "") value="sim" @else value="{{old('anexoPlanilhaPreenchido')}}" @endif >
@error('anexoPlanilha') {{ $message }} @enderror @error('anexoPlanilhaPontuacao') {{ $message }} @enderror
{{-- Decisão do CONSU --}}
@if(old('anexoConsuPreenchido') != null || (isset($rascunho) && $rascunho->anexoDecisaoCONSU != "" && $rascunho->anexoDecisaoCONSU != null)) Arquivo atual @endif anexoDecisaoCONSU != "") value="sim" @else value="{{old('anexoConsuPreenchido')}}" @endif required>
@error('anexoCONSU') {{ $message }} @enderror

@if($edital->tipo == 'PIBIC' || $edital->tipo == 'PIBIC-EM') @endif

PARTICIPANTE


{{-- Participantes --}}
@php $countParticipante = 1; @endphp @if(old('countParticipante') != null) @php $countParticipante = old('countParticipante') @endphp @endif @if ($countParticipante != null && $countParticipante > 0) @for ($i = 0; $i < $countParticipante; $i++) {{-- inicio do card --}} {{--
--}}
Participante
Dados do participante
@error('nomeParticipante.'.$i) {{ $message }} @enderror
@error('emailParticipante.'.$i) {{ $message }} @enderror
Endereço do participante
Dados do curso do participante
Plano de trabalho
@error('nomePlanoTrabalho') {{ $message }} @enderror
@error('anexoPlanoTrabalho') {{ $message }} @enderror
{{--
--}} {{-- inicio do card --}} @endfor @endif

{{--
--}}
* Campos obrigatórios

@endsection @section('javascript') @endsection