@if ($has_permission)
Total In Stock {{$total_in_stock}}
Total Cost Reserved Stock {{$cost_reserved_stock}}
Total Cost Available Stock {{$cost_available_stock}}
Total Cost In-Stock {{$total_cost_in_stock}}
@endif @if ($has_permission) @endif @forelse ($data as $row) @php $row = (object) $row; @endphp @if ($has_permission) @endif @empty @endforelse
Location Model # Condition Brand Category Requested Available on Order Reserved on Order In Warehouse Available ReservedAverage Cost
{{ $row->location }} {{ $row->storage_locations_count > 0 ? ' - '.$row->storage_locations_count.' Storage Location'.($row->storage_locations_count > 1 ? 's' : '') : '' }} {{ $row->model }} {{ $row->condition }} {{ $row->brand }} {{ $row->category }} {{ $row->pending_quantity }} {{ $row->available_ordered_quantity }} {{ $row->reserved_ordered_quantity }} {{ $row->in_stock}} {{ $row->available_stock }} {{ $row->tagged_stock }}{{ $row->unit_cost }}
No Data