| Matched with | % Match | Action | @foreach ($matching_contacts as $match_contact) @php $other_contact = $match_contact->get_other_matched_contact($new_contact->id); if(!isset($other_contact)) continue; $contact_to_addresses = $other_contact->contacts_to_addresses; $other_contacts_relations = $other_contact->new_contacts_relations; @endphp||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Personal
@if (isset($other_contact->date_of_birth))
{{ Carbon\Carbon::parse($other_contact->date_of_birth)->format('Y-m-d') }} {{ $other_contact->nhs_no }} @if ($other_contact->nhs_no === $new_contact->nhs_no) @endif{{ $other_contact->ethnicity }} @if ($other_contact->ethnicity === $new_contact->ethnicity) @endif{{ $other_contact->sexual_orientation }} @if ($other_contact->sexual_orientation === $new_contact->sexual_orientation) @endif@if ($other_contact->marital_status == 'single') Single @elseif ($other_contact->marital_status == 'married') Married @elseif ($other_contact->marital_status == 'separated') Separated @elseif ($other_contact->marital_status == 'divorced') Divorced @endif @if ($other_contact->marital_status === $new_contact->marital_status) @endif@if ($other_contact->gender == 'male') Male @elseif ($other_contact->gender == 'female') Female @elseif ($other_contact->gender == 'other') Other @endif @if ($other_contact->gender === $new_contact->gender) @endif{{ $other_contact->pronoun }} @if ($other_contact->pronoun === $new_contact->pronoun) @endif{{ $other_contact->religion }} @if ($other_contact->religion === $new_contact->religion) @endif{{ $other_contact->passport_no }} @if ($other_contact->passport_no === $new_contact->passport_no) @endif{{ $other_contact->driver_license_no }} @if ($other_contact->driver_license_no === $new_contact->driver_license_no) @endif{{ $other_contact->profession }} @if ($other_contact->profession === $new_contact->profession) @endif{{ $other_contact->registration_no }} @if ($other_contact->registration_no === $new_contact->registration_no) @endif{{ $other_contact->other }} @if ($other_contact->other === $new_contact->other) @endifContact Info
@if (isset($other_contact->work_emails) &&
json_decode($other_contact->work_emails, true) != null &&
count(json_decode($other_contact->work_emails, true)) > 0)
@foreach (json_decode($other_contact->work_emails, true) as $work_email)
@endif
@if (isset($other_contact->personal_emails) &&
json_decode($other_contact->personal_emails, true) != null &&
count(json_decode($other_contact->personal_emails, true)) > 0)
{{ $work_email }} @endforeach
@foreach (json_decode($other_contact->personal_emails, true) as $personal_email)
@endif
@if (isset($other_contact->work_mobiles) &&
json_decode($other_contact->work_mobiles, true) != null &&
count(json_decode($other_contact->work_mobiles, true)) > 0)
{{ $personal_email }} @endforeach
@foreach (json_decode($other_contact->work_mobiles, true) as $work_mobile)
@endif
@if (isset($other_contact->personal_mobiles) &&
json_decode($other_contact->personal_mobiles, true) != null &&
count(json_decode($other_contact->personal_mobiles, true)) > 0)
@foreach (json_decode($other_contact->personal_mobiles, true) as $personal_mobile)
@endif
@if (isset($other_contact->home_telephones) &&
json_decode($other_contact->home_telephones, true) != null &&
count(json_decode($other_contact->home_telephones, true)) > 0)
@foreach (json_decode($other_contact->home_telephones, true) as $home_telephone)
@endif
@if (isset($other_contact->work_telephones) &&
json_decode($other_contact->work_telephones, true) != null &&
count(json_decode($other_contact->work_telephones, true)) > 0)
@foreach (json_decode($other_contact->work_telephones, true) as $work_telephone)
@endif
@if (isset($other_contact->facebook))
@endif
@if (isset($other_contact->instagram))
@endif
@if (isset($other_contact->twitter))
@endif
@if (isset($other_contact->other_link))
{{ $other_contact->other_link }} Address
@if (isset($contact_to_addresses) && count($contact_to_addresses) > 0)
Associations
@if (isset($other_contacts_relations) && count($other_contacts_relations) > 0)
|
|
Merge | Different Person |
No matching contacts yet!
@endif