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


@lang('business.address')

@if($contact->landmark) {{ $contact->landmark }} @endif {{ $contact2->rua . ', ' . $contact2->numero . ' - ' . $contact2->bairro }} {{ ', ' . $contact2->cidade->nome . ' (' . $contact2->cidade->uf . ')'}} @if($contact->state) {{ ', ' . $contact->state }} @endif
@if($contact->country) {{ $contact->country }} @endif

@if($contact->supplier_business_name) @lang('business.business_name')

{{ $contact->supplier_business_name }}

@endif Celular

{{ $contact->mobile }}

@if($contact->landline) @lang('contact.landline')

{{ $contact->landline }}

@endif @if($contact->alternate_number) @lang('contact.alternate_contact_number')

{{ $contact->alternate_number }}

@endif