@if(isset($sellers) && sizeof($sellers) > 0)

@lang('customer.sellers')

@include('livewire.common._customerlistview', ["customers" => $sellers, "reference" => App\Config\AppConstants::SELLER])
@endif @if(isset($sellerThirdPartys) && sizeof($sellerThirdPartys) > 0)

@lang('customer.seller_third_party')

@include('livewire.common._customerlistview', ["customers" => $sellerThirdPartys, "reference" => App\Config\AppConstants::SELLER_THIRD_PARTY])
@endif @if(isset($buyers) && sizeof($buyers) > 0)

@lang('customer.buyers')

@include('livewire.common._customerlistview', ["customers" => $buyers, "reference" => App\Config\AppConstants::BUYER])
@endif @if(isset($buyerThirdPartys) && sizeof($buyerThirdPartys) > 0)

@lang('customer.buyer_third_party')

@include('livewire.common._customerlistview', ["customers" => $buyerThirdPartys, "reference" => App\Config\AppConstants::BUYER_THIRD_PARTY])
@endif @if(isset($guarantors) && sizeof($guarantors) > 0)

@lang('mof.guarantors')

@include('livewire.common._customerlistview', ["customers" => $guarantors, "reference" => App\Config\AppConstants::GUARANTOR])
@endif

{{Lang::get('transactions.sale_details')}}

{!! Form::label('service', Lang::get('property.sale_date')) !!}* :
@if ($read_only) @else @endif @error('settlement_date') {{ $message }} @enderror
{!! Form::label('service', Lang::get('property.sale_price')) !!}* :
@error('settlement_amount') {{ $message }} @enderror
@if($settlement_amount != NULL)
{!! Form::label('terms_and_conditions', Lang::get('mof.terms_and_conditions')) !!}* :
@if($apply)
@else
@endif @error('terms_and_conditions') {{ $message }} @enderror @if($apply) @endif @if ($apply==false) @endif
@endif