Fecha: {!! date('d-m-Y') !!}








** Extintores a retirar **

Cliente:

Nombre {{$prestamo->customer->name}} NIT {{$prestamo->customer->nit}} EMAIL {{$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}} EMAIL {{$prestamo->owner->email}}


{{----}} @foreach($prestamo->orderDetails as $detail) {{----}} @endforeach {{----}}
Categoría del equipo Tipo extintor Marca Número o Serie Observaciones CantidadPrecio
{{$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. **--}}