@if(($row['id'] ?? 0) > 0) @if(!($editModes[$index] ?? false)) @endif @endif {{$row['product_code'] ?? ''}} {{$row['product_name'] ?? ''}} {{$row['warehouse_name'] ?? ''}} {{$row['lot_number'] ?? ''}} {{$row['expiration_date'] ?? ''}} {{number_format($row['quantity'] ?? 0)}} {{number_format(($row['quantity'] ?? 0) - ($row['allocated_qty'] ?? 0))}} {{-- 編集モード時のインライン展開行 --}} @if(($row['id'] ?? 0) > 0 && ($editModes[$index] ?? false))

在庫調整

@error("adjustmentData.{$index}.after_quantity") {{ $message }} @enderror
@endif