{{ $product->translateAttribute('name') }} {{ $product->deleted_at }}
@if(!$this->existingIds->contains($product->id) && !collect($this->exclude)->contains($product->id))
@if(collect($this->selected)->contains($product->id))
@elseif (!collect($this->exclude)->contains($product->id))
@endif
@elseif(collect($this->exclude)->contains($product->id))
{{ __('adminhub::components.product-search.associate_self') }}
@else
{{ __('adminhub::components.product-search.exists_in_collection') }}
@endif
@empty
{{ __('adminhub::components.product-search.no_results') }}
@endforelse