@lang('customer.owners')
@error('sellerIds')
{{ $message }} @enderror
@include('livewire.common._customerlistview', ["customers" => $sellers, "reference" => App\Config\AppConstants::OWNER])
@lang('customer.owners_third_party')
@error('sellerThirdPartyIds')
{{ $message }} @enderror
@include('livewire.common._customerlistview', ["customers" => $sellerThirdPartys, "reference" => App\Config\AppConstants::OWNER_THIRD_PARTY])