Phone Numbers: @forelse($contact_person->getPhoneNumbers() as $key => $phone)

{{ ++$key .' ]   '. $phone->contact }} @if($phone == $contact_person->phone) @endif

@empty

No data found!

@endforelse
Email Addresses: @forelse($contact_person->getEmailAddresses() as $key => $email)

{{ ++$key .' ]   '. $email->contact }} @if($email == $contact_person->email) @endif

@empty

No data found!

@endforelse