@foreach($entity->inventory_items as $index => $item)
{{ $item->floor?->name }}
{{ $item->location->code1 }}-{{ $item->location->code2 }}-{{ $item->location->code3 }}
{{ $item->item->code }}
{{ $item->item->name }}
{{ $item->item->packaging }}
{{ $item->stock_allocation->name }}
{{ $item->diffQuantity('case') }}
{{ $item->diffQuantity('unit') }}
{{ number_format($item->purchase_case_price, 0) }}
{{ number_format($item->purchase_unit_price, 0) }}
{{ number_format($item->diffPrice('case'), 0) }}
{{ number_format($item->diffPrice('unit'), 0) }}