{{ csrf_field() }}
Datos
{{ $client_code ?? $model->CardCode }}
{{ $client_name ?? $model->CardName }}
@if ($errors->has('Comments'))
{{ $errors->first('Comments') }}
@endif
{{--
@if ($errors->has('DiscountPercent'))
{{ $errors->first('DiscountPercent') }}
@endif
--}}
{{--
--}}
@if ($errors->has('warehouse_id'))
{{ $errors->first('warehouse_id') }}
@endif
{{--
--}}
{{-- --}} {{-- @foreach ($model->orderDetails as $detail) @endforeach --}}
{{__("orders.Type")}} {{__("orders.Code")}} {{__("orders.detail")}}Make Model Measure{{__("orders.Quantity")}} {{__("orders.Price")}} {{__("orders.Discount")}} {{__("orders.Total")}} {{__("orders.Comments")}}
{{ $detail->product?->linea->DESCRIPCION }} {{ $detail->ItemCode }} {{ $detail->Quantity }} {{ $detail->UnitPrice }} {{ $detail->DiscountPercent }} {{ $detail->Quantity * $detail->UnitPrice }} {{ $detail->observations }} x
Descuento:

Subtotal:

Iva 15%:

Total:

@push('custom-scripts') {{-- --}} {{-- --}} {{-- --}} @endpush