@section('title', __('detalleproductos'))
ID | Empaque | Precio Compra | Precio Venta | Diferencia | @can('detalleproducto.edit', 'detalleproducto.delete')Acciones | @endcan
---|---|---|---|---|---|
{{ $row->id }} | {{ $row->empaque }} | {{ $row->precio_compra_x_mayor }} | {{ $row->precio_venta_x_mayor }} | {{ $row->precio_venta_x_mayor - $row->precio_compra_x_mayor}} | @can('detalleproducto.edit', 'detalleproducto.delete')
|
@endforeach