@php $precio = $venta->precio_radio; $moneda = $venta->Sucursal->moneda; $sucursal = $venta->Sucursal; if($sucursal->ArchivoSucursal){ $sucursal->img = url($sucursal->ArchivoSucursal->Archivo->url); } @endphp
{{$sucursal->direccion}}
{{$sucursal->documento->name}}: {{$sucursal->nro_documento}}
Tel. {{$sucursal->telefono}}
{{$venta->Tiraje->Comprobante->name}}
{{ $venta->Tiraje->serie }}-{{ $venta->format_tiraje }}
CLIENTE: {{ $venta->cliente->nombre }}
{{ $venta->cliente->documento->name}}: {{ $venta->cliente->nro_documento }}
DIRECCION: {{ $venta->cliente->direccion }}
FECHA: {{ $venta->fecha }}
Descripcion | Precio | Cantidad | Total |
{{ $item->Producto->nombre }} | {{ $item->$precio_v }} | {{ $item->cantidad }} {{ $item->Producto->Medida->prefijo }} | {{ sprintf("%.2f",floatval($item->total),2) }} |
{{ $item->descripcion }} | {{ $item->precio }} | {{ $item->cantidad }} | {{ sprintf("%.2f",floatval($item->total),2) }} |
{{ $item->Servicio->nombre }} | {{ $item->$precio_v }} | {{ $item->cantidad }} | {{ sprintf("%.2f",floatval($item->total),2) }} |
{{ $item->ComboItem->Combo->nombre }} | {{ $item->$precio_v }} | {{ $item->cantidad }} | {{ sprintf("%.2f",floatval($item->total),2) }} |
SUMAS: | {{$moneda}} {{$venta->sumas}} | ||
SUB TOTAL: | {{$moneda}} {{$venta->subtotal}} | ||
IVA ({{$venta->Sucursal->iva}} %): | {{$moneda}} {{$venta->iva}} | ||
EXENTO: | {{$moneda}} {{$venta->exento}} | ||
DESCUENTO: | {{$moneda}} {{$venta->descuento}} | ||
TOTAL A PAGAR: | {{$moneda}} {{$venta->total}} | ||
EFECTIVO RECIBIDO: | {{$moneda}} {{$venta->recibido}} | ||
VUELTO O CAMBIO: | {{$moneda}} {{$venta->cambio}} |
ES UN PLACER SERVIRLE
ESPERAMOS QUE VUELVA