{{ $contact->mobile }}
@if($contact->landline) @lang('contact.landline'){{ $contact->landline }}
@endif @if($contact->alternate_number) @lang('contact.alternate_contact_number'){{ $contact->alternate_number }}
@endif @if(!empty($contact->custom_field1)) @lang('lang_v1.custom_field', ['number' => 1]){{ $contact->custom_field1 }}
@endif @if(!empty($contact->custom_field2)) @lang('lang_v1.custom_field', ['number' => 2]){{ $contact->custom_field2 }}
@endif @if(!empty($contact->custom_field3)) @lang('lang_v1.custom_field', ['number' => 3]){{ $contact->custom_field3 }}
@endif @if(!empty($contact->custom_field4)) @lang('lang_v1.custom_field', ['number' => 4]){{ $contact->custom_field4 }}
@endif