{{config('app.direccion')}}
Teléfono 1: {{config('app.telefono')}}
Recibo No. 000{{$factura->id}}
Fecha de Venta: {{$fecha}}
Vendedor: {{$usuario}}
Nombre: {{$cliente}}
Nit: {{$nit}}
Direccion: {{$direccion}}
Telefono: {{$telefono}}
CANT | PRODUCTO | Sub. Total |
---|---|---|
{{$deu->cantidad}} | {{$deu->nomArt}} @php echo $deu->descripcion; @endphp unidad Q.{{$deu->p_venta}} | Q.{{$deu->total}} |
Total: Q. {{number_format($total, 2)}}
@if ($factura->descuento > 0)Total Descuentos: Q. {{$factura->descuento}}
@endifEfectivo: Q. {{number_format($factura->cancela, 2)}}
@if ($factura->cancela > 0)Cambio: Q. {{number_format($factura->cancela - $total, 2) }}
@endif @break @case('DEPOSITO')Total: Q. {{number_format($total, 2)}}
@if ( $factura->descuento > 0)Total Descuentos: Q. {{$factura->descuento}}
@endif @break @case('TARJETA')Total: Q. {{number_format($total, 2)}}
@if ( $factura->descuento > 0)Total Descuentos: Q. {{$factura->descuento}}
@endif @break @defaultTotal: Q. {{number_format($total, 2)}}
@if (($descuetoArticulos + $factura->descuento) > 0)Total Descuentos: Q. {{$factura->descuento}}
@endif @endswitchNO SE ACEPTAN CAMBIOS NI DEVOLUCIONES
ES UN GUSTO SERVIRLE