@foreach ($venta_libros as $venta) @endforeach
ARTICULO DECRIPCION CANTIDAD DESCUENTO TOTAL
{{$venta->libro->nombre}} {{$venta->estudiante->nombre}} @php echo $venta->libro->decripcion; @endphp {{$venta->cantidad}} / UNIDAD Q. {{number_format($venta->descuento, 2)}} Q. {{number_format($venta->total, 2)}}

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