<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">
<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">
<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">
<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">