@if (session()->has('message')) @endif
@livewire('product-search') @error('selected_product_id')

{{ $message }}

@enderror
@error('quantity')

{{ $message }}

@enderror

@if ($result->isNotEmpty()) @foreach ($result as $row) @endforeach @else @endif
# {{ __('back.product') }} {{ __('back.quantity') }} {{ __('back.Actions') }}
{{ $row->id }} {{ optional($row->bundleProduct)->name }} {{ $row->quantity }}
No Data Available