Cliente:
Nombre | {{$prestamo->customer->name}} | NIT | {{$prestamo->customer->nit}} | {{$prestamo->customer->email}} | |||
---|---|---|---|---|---|---|---|
Teléfono | {{$prestamo->customer->phones}} | Regsitro | {{$prestamo->customer->register}} | Giro | {{$prestamo->customer->order}} | ||
Sucursal | {{$prestamo?->brancOffice?->name}} | # de Orden | {{$prestamo->id}} |
Vendedor:
Nombre | {{$prestamo->owner->name}} | {{$prestamo->owner->email}} |
---|
Categoría del equipo | Tipo extintor | Marca | Número o Serie | Observaciones | Cantidad | {{--Precio | --}}
---|---|---|---|---|---|---|
{{$detail->product->category->name}} | {{$detail->product->name}} | {{$detail->product->brand->name}} | {{$detail->serial_number}} | {{$detail->observation}} | {{$detail->quantity}} | {{--$ {{$detail->price}} | --}}
Total | {!! ($prestamo->totalQuantity()) !!} | {{--$ {!! number_format($order->totalPrice(), 2) !!} | --}}
{{-- ** Precios no tiene IVA y no incluye repuestos. **--}}