{{ $quantity->location?->full_name ?? $quantity->location?->name }}
{{ $quantity->product?->name }}
@if ($quantity->lot?->name)
{{ __('barcode::app.adjustments.lot-serial') }}: {{ $quantity->lot->name }}
@endif
$countState === '',
'text-[var(--warning-600)]' => $countState === 'is-partial',
'text-[var(--success-600)]' => $countState === 'is-complete',
])>{{ number_format($countedQuantity, 0) }} / {{ number_format($onHandQuantity, 0) }}
{{ $quantity->product?->uom?->name }}
@if ($productImageUrl)
@else
{{ mb_substr((string) $quantity->product?->name, 0, 1) }}
@endif
@if (! $quantity->inventory_quantity_set || $countedQuantity <= 0)
+{{ number_format($onHandQuantity, 0) }}
@else
@endif