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

@csrf {{-- Nome do Projeto --}}
@error('nomeProjeto') {{ $message }} @enderror
{{-- Grande Area --}}
@error('grandeArea') {{ $message }} @enderror
@error('area') {{ $message }} @enderror
@error('subArea') {{ $message }} @enderror

Coordenador

{{-- Coordenador --}}
user()->proponentes != null && Auth()->user()->proponentes->linkLattes != null) value="{{ Auth()->user()->proponentes->linkLattes }}" @else value="" @endif > @error('linkLattesEstudante') {{ $message }} @enderror
@error('pontuacaoPlanilha') {{ $message }} @enderror
@error('linkGrupo') {{ $message }} @enderror

Anexos

{{-- Anexo do Projeto --}}
{{-- Arquivo --}}
@if(old('anexoProjetoPreenchido') != null) Arquivo atual @endif
@error('anexoProjeto') {{ $message }} @enderror
@if(old('anexoLattesPreenchido') != null) Arquivo atual @endif
@error('anexoLattesCoordenador') {{ $message }} @enderror
@error('botao') {{ $message }} @enderror
@if(old('anexoComitePreenchido') != null) Arquivo atual @endif
@error('anexoComiteEtica') @enderror
@if(old('anexoPlanilhaPreenchido') != null) Arquivo atual @endif
@error('anexoPlanilha') {{ $message }} @enderror
@if(old('anexoJustificativaPreenchido') != null) Arquivo atual @endif
@error('justificativaAutorizacaoEtica') @enderror
@if($edital->tipo == 'PIBIC' || $edital->tipo == 'PIBIC-EM') {{-- Decisão do CONSU --}}
@if(old('anexoConsuPreenchido') != null) Arquivo atual @endif
@error('anexoCONSU') {{ $message }} @enderror
@endif

Participantes

{{-- 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++)

Dados do participante
@error('nomeParticipante') {{ $message }} @enderror
@error('emailParticipante') {{ $message }} @enderror
Possui plano de trabalho?
Dados do plano de trabalho
@error('nomePlanoTrabalho') {{ $message }} @enderror
{{-- Arquivo --}}
Selecione um arquivo:
@error('anexoPlanoTrabalho') {{ $message }} @enderror
@endfor @endif
Participantes +

@endsection @section('javascript') @endsection