Datos del proceso de contratación

@if($proceso != null)
@endif
{{-- mostrar todos los errores --}} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Los campos marcados con (*) son obligatorios.

1
Datos Generales
2
Informe Justificación
3
ET / TDRs
4
C31
5
POA
6
PAC
7
Nota Autorización
{{-- --}}
@include('livewire.procesos.partials.step1')
@include('livewire.procesos.partials.step2')
@include('livewire.procesos.partials.step3')
@include('livewire.procesos.partials.step4')
@include('livewire.procesos.partials.step5')
@include('livewire.procesos.partials.step6')
@include('livewire.procesos.partials.step7')
{{--
1. Datos Generales @if($proceso != null) @else (*) @endif
@if($proceso != null)
2. INFORME JUSTIFICACIÓN @if($nuri_informe != null) @else (*) @endif
7. NOTA DE SOLICITUD DE AUTORIZACIÓN @if($nuri_nota_autorizacion != null) @else (*) @endif
@endif
--}}
@include('livewire.procesos._modal_ayuda') @if($showItemModal) @include('livewire.procesos._modal_items') @endif @section('scripts') @endsection