Contact  {{$person->name}}  

{{$person->email}}   {{$person->street_address_1 .$person->street_address_2 .', '. $person->city.', '.$person->state_province. ', '. $person->country}}

@if($person->linkedin_url)  · {{$person->linkedin_url}} @endif @if($person->facebook_url)  · {{$person->facebook_url}} @endif @if($person->twitter_url)  · {{$person->twitter_url}} @endif @if($person->website)  · {{$person->website}} @endif @if($person->sales_phone)  · {{$person->sales_phone}} @endif @if($person->sales_email)  · {{$person->sales_email}} @endif
@if($person->job_profile)
Job Title
{{$person->job_profile}} 
@endif @if($person->department)
Department
{{$person->department}} 
@endif