@error('fecha_ingreso')
{{ $message }}
@enderror
@error('entidad_id')
{{ $message }}
@enderror
@error('gerencia_id') {{ $message }} @enderror
@error('unidad_id') {{ $message }} @enderror
@error('objeto_contratacion') {{ $message }} @enderror
@error('normativa_id') {{ $message }} @enderror
@error('modalidad_id') {{ $message }} @enderror
@error('metodo_seleccion_id') {{ $message }} @enderror
@error('tipoContratacionId') {{ $message }} @enderror
@error('formaAdjudicacionId') {{ $message }} @enderror

ESPECIFICACIONES DE LA SOLICITUD

@if(session()->has('message'))
{{ session('message') }}
@endif
@foreach($items as $idx => $item) @endforeach @if(count($items) === 0) @endif
Acciones Nombre Cantidad Precio Unitario Unidad Medida Tiempo o Plazo de Entrega Forma de Entrega Lugar de Entrega Forma de Pago Tipo Garantia Multa Total
{{ $item['nombre'] }} {{ number_format($item['cantidad'],2) }} {{ number_format($item['monto'],2) }} {{ $item['unidad_medida'] }} {{ $item['tiempo_entrega'] }} {{ optional($formasEntrega->firstWhere('id', $item['forma_entrega_id']))->nombre }} {{ $item['lugar_entrega'] }} {{ optional($formasPago->firstWhere('id', $item['forma_pago_id']))->nombre }} {{ collect($tiposGarantia)->whereIn('id', $item['tipo_garantia_id'])->pluck('nombre')->join(', ') }} {{ $item['multa'] }} {{ number_format($item['monto'] * $item['cantidad'],2) }}
No hay ítems agregados.

PRESUPUESTO TOTAL

{{ number_format($presupuesto_total,2) }}

@error('presupuesto_total') {{ $message }} @enderror
{{-- @if($procesoId) Ir a complementos @endif --}} Salir