Registrar Pedido
Datos del cliente
Datos del vehiculo
@role('admin')
@endrole
Pedido
@isset($this->pedido)
@foreach ($this->productos as $key => $producto)
@error("productos.{$key}.ruta_id"){{ $message }}@enderror
@role('admin')
@endrole
@endforeach
@endisset
SubTotal: {{round($this->totalPagar - $this->IVA,2)}}
IVA 8%: {{round($this->IVA,2)}}
Total a Pagar: {{round($this->totalPagar,2)}}
@role('admin')
@endrole
@if (!$this->pedido?->is_venta_cerrada)
@endif
@if (!$this->pedido?->is_venta_entregada)
@endif