{{ $error }}
@endif @if (!empty($product_searches)) @foreach ($product_searches as $product_search) @endforeach @endifTên sản phẩm: {{ $product_selected->name }}
Mã SKU: {{ $product_selected->SKU }}
@livewire('tenant.backend.inventory.item-manager', [ 'product' => $product_selected, 'order' => $order, 'supplier_id' => $supplier_id, 'location_id' => $location_id, ]) @endif