@lang('party::labels.company_name')
{{ $company->company_name }}
@lang('party::labels.contact_person_name')
{{ $company->contactParty->party_name }}
@lang('party::labels.business_type')
{{ $company->companyType->name }}
@lang('party::labels.contact')
{{ $company->contactParty->mobile_number }}
@lang('party::labels.registration_date')
@if($company->original_reg_date)
@date($company->original_reg_date)
@else
@date($company->registration_date)
@endif
@livewire("config.select-district-component", ["embed" => "Update","key"=>false, "actionObject" => ["model" => "Modules\\Party\\Entities\\Party", "id" => $party->id, "address_id"=>$party->address->id, "company_update"=>true, "field" => "district_id", "redirectUrl" => "N", ] ])