@component('componentes.input', ['label' => 'Data de nascimento'])
<inputtype="date"class="form-control"value="{{old('data_de_nascimento')[$i] ?? ""}}"name="data_de_nascimento[{{$i}}]"placeholder="Data de nascimento"/>
<inputtype="text"class="form-control"value="{{old('data_de_nascimento')[$i] ?? ""}}"name="data_de_nascimento[{{$i}}]"placeholder="Data de nascimento"id="data_de_nascimento{{$i}}"/>
<optionvalue=""disabledselectedhidden>-- Selecione uma opção--</option>
<option@if((old('curso')[$i]??"")=='BachareladoemAgronomia')selected@endifvalue="Bacharelado em Agronomia">Bacharelado em Agronomia</option>
<option@if((old('curso')[$i]??"")=='BachareladoemCiênciadaComputação')selected@endifvalue="Bacharelado em Ciência da Computação">Bacharelado em Ciência da Computação</option>
<inputtype="text"class="form-control"value="{{old('nomePlanoTrabalho')[$i] ?? ""}}"name="nomePlanoTrabalho[{{$i}}]"placeholder="Digite o título do plano de trabalho"maxlength="255"id="nomePlanoTrabalho{{$i}}">
<inputtype="file"class="input-group-text"value="{{old('anexoPlanoTrabalho')[$i] ?? ""}}"name="anexoPlanoTrabalho[{{$i}}]"accept=".pdf"placeholder="Anexo do Plano de Trabalho"/>
<inputtype="text"class="form-control"value="{{old('nomePlanoTrabalho')[$i] ?? ""}}"name="nomePlanoTrabalho[{{$i}}]"placeholder="Digite o título do plano de trabalho"maxlength="255"id="nomePlanoTrabalho{{$i}}">
<inputtype="file"class="input-group-text"value="{{old('anexoPlanoTrabalho')[$i] ?? ""}}"name="anexoPlanoTrabalho[{{$i}}]"accept=".pdf"placeholder="Anexo do Plano de Trabalho"/>
<divclass="col-md-12"><h5style="color: #234B8B; font-weight: bold">Informações do Projeto</h5></div>
<divclass="col-md-12"><h5style="color: #234B8B; font-weight: bold">@if($edital->tipo == 'CONTINUO')Informações da Atividade de Extensão: @else Informações do Projeto @endif</h5></div>
<labelfor="titulo"class="col-form-label"style="font-weight: bold">{{ __('Nome do Projeto') }} <spanstyle="color: red; font-weight:bold">*</span></label>
<labelfor="titulo"class="col-form-label"style="font-weight: bold">@if($edital->tipo == 'CONTINUO'){{__('Nome da Atividade de Extensão')}}
@else{{ __('Nome do Projeto') }}@endif <spanstyle="color: red; font-weight:bold">*</span></label>
<inputid="titulo"type="text"class="form-control @error('titulo') is-invalid @enderror"name="titulo"placeholder="Digite o nome do projeto"value="{{old('titulo')}}"autocomplete="titulo"maxlength="255">
@error('titulo')
...
...
@@ -88,8 +90,9 @@
<divclass="row col-md-12">
<divclass="form-group col-md-12">
<labelfor="ods_id"class="col-form-label"style="font-weight: bold">{{ __('Objetivo de Densenvolvimento Sustentável') }} <spanstyle="color: red; font-weight:bold">*</span></label>
<span>É possível selecionar um ou mais ODS's</span><br>
<labelfor="ods_id"class="col-form-label"style="font-weight: bold">{{ __('Objetivo de Desenvolvimento Sustentável') }} <spanstyle="color: red; font-weight:bold">*</span></label>
<span>É possível selecionar um ou mais ODS. Para outras informações,
<ahref="https://brasil.un.org/pt-br/sdgs"rel='external'target='_blank'> acesse o link.</a></span><br>
<labeltitle="Decisão da Câmara ou Conselho Pertinente"for="anexoCONSU"class="col-form-label font-tam"style="font-weight: bold">{{ __('Decisão da Câmara ou Conselho Pertinente: ') }}<spanstyle="color: red; font-weight:bold">*</span></label>
<labeltitle="Decisão da Câmara ou Conselho Pertinente"for="anexoCONSU"class="col-form-label font-tam"style="font-weight: bold">{{ __('Decisão da Câmara ou Conselho Pertinente: ') }}</label>
<labelfor="nomeTrabalho"class="col-form-label font-tam"style="font-weight: bold">{{ __('Declaração de que não necessito de autorização especiais ') }}</label>
<labeltitle="Decisão da Câmara ou Conselho Pertinente"for="anexoCONSU"class="col-form-label font-tam"style="font-weight: bold">{{ __('Decisão da Câmara ou Conselho Pertinente: ') }}<spanstyle="color: red; font-weight:bold">*</span></label>
<labeltitle="Decisão da Câmara ou Conselho Pertinente"for="anexoCONSU"class="col-form-label font-tam"style="font-weight: bold">{{ __('Decisão da Câmara ou Conselho Pertinente: ') }}</label>
<labelfor="nomeTrabalho"class="col-form-label font-tam"style="font-weight: bold">{{ __('Declaração de que não necessito de autorização especiais ') }}</label>
<divclass="col-md-12"><h5style="color: #234B8B; font-weight: bold">Informações do Projeto</h5></div>
<divclass="col-md-12"><h5style="color: #234B8B; font-weight: bold">@if($edital->tipo == 'CONTINUO')Informações da Atividade de Extensão: @else Informações do Projeto @endif</h5></div>
<labelfor="titulo"class="col-form-label"style="font-weight: bold">{{ __('Nome do Projeto') }} <spanstyle="color: red; font-weight:bold">*</span></label>
<labelfor="titulo"class="col-form-label"style="font-weight: bold">@if($edital->tipo == 'CONTINUO'){{__('Nome da Atividade de Extensão')}}
@else{{ __('Nome do Projeto') }}@endif <spanstyle="color: red; font-weight:bold">*</span></label>
<inputid="titulo"type="text"class="form-control @error('titulo') is-invalid @enderror"name="titulo"placeholder="Digite o nome do projeto"value="{{old('titulo') ?? $projeto->titulo}}"autocomplete="titulo"maxlength="255">