@if (!empty($error))

{{ $error }}

@endif @if (!empty($product_searches)) @foreach ($product_searches as $product_search)

@endforeach @endif
@if (!empty($product_selected))

Sản phẩm đã chọn

Tê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