REGISTRAR PROYECTO DE CONSULTA

{{-- NOMBRE DEL PROYECTO --}}
PROYECTO
@error('nombre')
{{ $message }}
@enderror
{{-- campo estado --}}
Estatus
@error('estatusId')
{{ $message }}
@enderror
{{-- CAMPO PARROQUIA --}}
Parroquia
@error('parroquiaId')
{{ $message }}
@enderror
@if (!is_null($ejes))
{{-- CAMPO EJE --}}
Eje
@error('ejeId')
{{ $message }}
@enderror
@endif @if (!is_null($circuitos))
{{-- CAMPO CIRCUITO --}}
Circuito
@error('circuitoId')
{{ $message }}
@enderror
@endif
{{-- CAMPO TIPO --}}
Tipo
@error('tipoId')
{{ $message }}
@enderror
@if (!is_null($categorias))
{{-- CAMPO CATEGORIA --}}
Categoria
@error('categoriaId')
{{ $message }}
@enderror
@endif @if (!is_null($subcategorias))
{{-- CAMPO SUBCATEGORIA --}}
SubCategoria
@error('subcategoriaId')
{{ $message }}
@enderror
@endif
{{-- CAMPO ENTE --}}
Ente
@error('ente')
{{ $message }}
@enderror
{{-- CODIGO ENTE --}}
Código
@error('codigo')
{{ $message }}
@enderror
¿Este proyecto fue elegido en la primera consulta?
¿Este proyecto fue elegido en la segunda consulta?