@forelse ($venta_libros as $venta)

FECHA DE ADQUISICION {{$venta->created_at}}

LIBROS: {{$venta->nombre}}
DESCRIPCION: @php echo $venta->decripcion; @endphp
CANTIDAD: {{$venta->cantidad}}
DESCUENTO: Q. {{number_format($venta->descuento, 2)}}
TOTAL: Q. {{number_format($venta->total, 2)}}

@can('bolsa.deleteVenta')
@method('DELETE') @csrf
@endcan @empty @endforelse

LIBRO A ADQUIRIR

@csrf

Datos Descriptivos

Precio
Cantidad
Descuento
Articulo Precio Venta Descuento Cantidad Subtotal