@lang('customer.sellers')

@livewire("customer.customer-select-component", ['parentReference' => App\Config\AppConstants::SELLER,'user_id'=>$user_id,'restriction'=>$customer_restriction])
@error('sellerIds') {{ $message }} @enderror @include('livewire.common._customerlistview', ["customers" => $sellers, "reference" => App\Config\AppConstants::SELLER])

@lang('customer.seller_third_party')

@livewire("customer.customer-select-component", ['parentReference' => App\Config\AppConstants::SELLER_THIRD_PARTY,'user_id'=>$user_id,'restriction'=>$customer_restriction])
@error('sellerThirdPartyIds') {{ $message }} @enderror @include('livewire.common._customerlistview', ["customers" => $sellerThirdPartys, "reference" => App\Config\AppConstants::SELLER_THIRD_PARTY])

@lang('customer.buyers')

@livewire("customer.customer-select-component", ['parentReference' => App\Config\AppConstants::BUYER,'user_id'=>$user_id,'restriction'=>$customer_restriction])
@error('buyerIds') {{ $message }} @enderror @include('livewire.common._customerlistview', ["customers" => $buyers, "reference" => App\Config\AppConstants::BUYER])

@lang('customer.buyer_third_party')

@livewire("customer.customer-select-component", ['parentReference' => App\Config\AppConstants::BUYER_THIRD_PARTY,'user_id'=>$user_id,'restriction'=>$customer_restriction])
@error('buyerThirdPartyIds') {{ $message }} @enderror @include('livewire.common._customerlistview', ["customers" => $buyerThirdPartys, "reference" => App\Config\AppConstants::BUYER_THIRD_PARTY])

@lang('mof.guarantors')

@livewire("customer.customer-select-component", ['parentReference' => App\Config\AppConstants::GUARANTOR,'user_id'=>$user_id,'restriction'=>$customer_restriction])
@error('guarantorIds') {{ $message }} @enderror @include('livewire.common._customerlistview', ["customers" => $guarantors, "reference" => App\Config\AppConstants::GUARANTOR])