{{config('app.direccion')}}
Teléfono: {{config('app.telefono')}}
Recibo No. 000{{$factura->id}}
Fecha de Venta: {{$fecha}}
Nombre: {{$cliente}}
Nit: {{$nit}}
CANT | PRODUCTO | Total C. Desc |
---|---|---|
{{$deu->cantidad}} | {{$deu->nomArt}} @php echo $deu->descripcion; @endphp unidad Q.{{$deu->p_venta}} | Q.{{$deu->total}} |
Total de Venta: Q. {{number_format(($facTotal + ($descuetoArticulos + $factura->descuento)), 2)}}
@if (($descuetoArticulos + $factura->descuento) > 0)Total Descuentos: Q. {{$descuetoArticulos + $factura->descuento}}
@endifTotal a Cancelar: Q. {{ number_format($facTotal, 2) }}
{{config('app.slogan') }}
{{config('app.name') }}