@endcan @can('user.view')
| Product Name | Quantity | Price Inc. Tax | Price Ex. Tax |
No Product in Stock! |
@else
@foreach($products as $item)
| {{$item->product_name}}-{{$item->sub_sku}} | {{$item->product_quantity}} | {{$item->default_sell_price*$item->product_quantity}} | {{$item->default_sell_price*$item->product_quantity}} |