@forelse ($v_bolsas as $venta)

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

UNIFORME: {{$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

BOLSA A ADQUIRIR

@csrf


Datos Descriptivos

Precio
Cantidad
Descuento
Articulo Precio Venta Descuento Cantidad Subtotal