DOWLADDA PUNTLAND EE SOOMAALIYA PUNTLAND STATE OF SOMALIA
@lang("service::labels.register.name")

@if($transaction->party->partyable->agency_license_required == "YES") @endisset
@lang('workflow::labels.service') {{ $transaction->service->name }}
@lang('party::labels.company_name') {{ $transaction->party->partyable->name }}
@lang("labels.company.fields.business_class") {{ $transaction->party->partyable->businessClass->name }}
@lang("labels.company.fields.license_type") {{ $transaction->party->partyable->licenseType->name }}
@lang("labels.company.fields.industry") {{ $transaction->party->partyable->industry->name }}
@lang("labels.company.fields.type_of_organization") {{ $transaction->party->partyable->companyType->name }}
@lang("labels.company.fields.other_license_required") {{ $transaction->party->partyable->agency_license_required }}
@lang("labels.company.fields.other_license_agency") {{ $transaction->party->partyable->agency->name }}
@lang("labels.company.fields.other_license_expiration_date") {{ $transaction->party->partyable->agency_license_expiration_date }}

@lang("labels.company.fields.ownership_details")

@isset($ownerships) @foreach ($ownerships as $owner) @endforeach @endisset
Name Gender Ownership %
{{ $owner->party->partyable->full_name }} {{ $owner->party->partyable->gender }} {{ $owner->percentage }}%
@lang("labels.company.fields.total_percentage") {{ $totalOwnershipPercentage }}%

@lang("labels.company.fields.contact_details")

@lang("labels.company.fields.phone_number") {{ $transaction->party->phone_number_1 }} / {{ $transaction->party->phone_number_2 }}
@lang("labels.company.fields.email") {{ $transaction->party->email }}
@lang("labels.company.fields.address") {{ strtoupper($address->address_line_1) }}
{{ $address->district->name }}
{{ $address->district->region->name }}

@lang("labels.company.fields.contact_person")

@lang('party::labels.fullname') {{ $contactParty->full_name }}
@lang('party::labels.contact') {{ $contactParty->party->mobile_number }}
@lang('party::labels.gender') {{ $contactParty->gender }}
@lang('party::labels.dateofbirth') @date($contactParty->date_of_birth) @lang('party::labels.placeofbirth') {{ $contactParty->place_of_birth }}
@lang("labels.person.fields.occupation") {{ $contactParty->occupation }}