@lang('customer.sellers')
@error('sellerIds')
{{ $message }} @enderror
@include('livewire.common._customerlistview', ["customers" => $sellers, "reference" => App\Config\AppConstants::SELLER])
@lang('customer.seller_third_party')
@error('sellerThirdPartyIds')
{{ $message }} @enderror
@include('livewire.common._customerlistview', ["customers" => $sellerThirdPartys, "reference" => App\Config\AppConstants::SELLER_THIRD_PARTY])
@lang('customer.buyers')
@error('buyerIds')
{{ $message }} @enderror
@include('livewire.common._customerlistview', ["customers" => $buyers, "reference" => App\Config\AppConstants::BUYER])
@lang('customer.buyer_third_party')
@error('buyerThirdPartyIds')
{{ $message }} @enderror
@include('livewire.common._customerlistview', ["customers" => $buyerThirdPartys, "reference" => App\Config\AppConstants::BUYER_THIRD_PARTY])
@lang('mof.guarantors')
@error('guarantorIds')
{{ $message }} @enderror
@include('livewire.common._customerlistview', ["customers" => $guarantors, "reference" => App\Config\AppConstants::GUARANTOR])