@foreach($entity->inventory_items as $index => $item)
{{-- @if ($item->is_diff) --}}
{{ $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->system_case_quantity }}
{{ $item->system_unit_quantity }}
{{ $item->real_case_quantity }}
{{ $item->real_unit_quantity }}
{{ $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) }}