{!! $contact->contact_address !!}
@if($contact->supplier_business_name) @lang('business.business_name'){{ $contact->supplier_business_name }}
@endif @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($contact->dob) @lang('lang_v1.dob'){{ @format_date($contact->dob) }}
@endif