{{ $contact->full_name_with_business }} @if($contact->type == 'both') {{__('role.customer')}} & {{__('role.supplier')}} @elseif(($contact->type != 'lead')) {{__('role.'.$contact->type)}} @endif


@lang('business.address')

{!! $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