@if($contact->landmark)
{{ $contact->landmark }}
@endif
{{ ', ' . $contact->city }}
@if($contact->state)
{{ ', ' . $contact->state }}
@endif
@if($contact->country)
{{ $contact->country }}
@endif
{{ $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