|
Distribuidora MédicaCalle Principal #123 Ciudad, País Tel: (123) 456-7890 |
| Producto | Cantidad | Precio Unit. | Subtotal |
|---|---|---|---|
| {{ $producto['nombre'] }} | {{ $producto['cantidad'] }} | {{ number_format($producto['precio'], 2) }} | {{ number_format($producto['subtotal'], 2) }} |
| Subtotal: | {{ number_format($order['subtotal'], 2) }} |
| IVA (16%): | {{ number_format($order['impuesto'], 2) }} |
| Total: | {{ number_format($order['total'], 2) }} |
{{ $order['notas'] }}
Latitud: {{ $order['direccion']['coordenadas']['latitud'] }}, Longitud: {{ $order['direccion']['coordenadas']['longitud'] }}