{{config('app.name', 'DeCoDev')}}

{{config('app.name')}}

{{config('app.direccion')}}

Teléfono 1: {{config('app.telefono')}}

Datos De Venta

Recibo No. 000{{$factura->id}}
Fecha de Venta: {{$fecha}}
Vendedor: {{$usuario}}

Nombre: {{$cliente}}
Nit: {{$nit}}

Direccion: {{$direccion}}

Telefono: {{$telefono}}

@foreach($deuda as $deu) @endforeach
CANT PRODUCTO Sub. Total
{{$deu->cantidad}} {{$deu->nomArt}} @php echo $deu->descripcion; @endphp unidad Q.{{$deu->p_venta}} Q.{{$deu->total}}

@if($factura->descripcion) Descripcion: {{$factura->descripcion}} @endif
@switch($factura->tipo) @case('EFECTIVO')

Total: Q. {{number_format($total, 2)}}

@if ($factura->descuento > 0)

Total Descuentos: Q. {{$factura->descuento}}

@endif

Efectivo: 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 @default

Total: Q. {{number_format($total, 2)}}

@if (($descuetoArticulos + $factura->descuento) > 0)

Total Descuentos: Q. {{$factura->descuento}}

@endif @endswitch

NO SE ACEPTAN CAMBIOS NI DEVOLUCIONES

ES UN GUSTO SERVIRLE