@extends('layouts.app') @section('content')
FECHA | CLIENTE | RECIBO | ARTICULO | VENTA | CANTIDAD | DESCUENTO | SUBTOTAL |
---|---|---|---|---|---|---|---|
{{$d->created_at}} | {{$d->cliente->nombre}} | {{$d->factura_id}} | {{$d->articulo->nombre}} {{$d->articulo->descripcion}} | Q. {{number_format($d->articulo->p_venta, 2)}} | {{$d->cantidad}} | {{number_format($d->descuento, 2)}} | Q. {{number_format($d->total, 2)}} |
TOTAL EN VENTAS