@lang('contact.mobile')

{{ $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.contact_custom_field1')

{{ $contact->custom_field1 }}

@endif @if(!empty($contact->custom_field2)) @lang('lang_v1.contact_custom_field2')

{{ $contact->custom_field2 }}

@endif @if(!empty($contact->custom_field3)) @lang('lang_v1.contact_custom_field3')

{{ $contact->custom_field3 }}

@endif @if(!empty($contact->custom_field4)) @lang('lang_v1.contact_custom_field4')

{{ $contact->custom_field4 }}

@endif