| @lang('sale.product') | @lang('sale.qty') | @if (auth()->user()->can('stock_transfer.view_stock_value'))@lang('sale.unit_price') | @lang('sale.subtotal') | @endif|
|---|---|---|---|---|
| @if (auth()->user()->can('stock_transfer.view_stock_value')) |
@lang('sale.total'):
{{@num_format($subtotal)}}
|
@endif
|||