Address
{{$customer->Address}}
Location
{{$customer->_location()}}
{{$customer->Email}}
Phone 1
{{\AppHelper::phone_number_format($customer->Phone1)}}
Phone 2
{{\AppHelper::phone_number_format($customer->Phone2)}}
Current Leads
{{$customer->leadsCount()}}
Contract Total
{{\AppHelper::formatPrice($customer->contractTotal())}}
Source
Opt Out
{{$customer->OptOut?'Yes':'No'}}
The following opportunities have been linked to this contact.
{{--| Lead ID | Location | Created | Assigned To | Days Assigned | Source | Elasped | Amount | Probability |
|---|---|---|---|---|---|---|---|---|
| id}}','backdrop':true},'leadContent')">{{$lead->id}} | {{$lead->_location()}} | {{$lead->created_at}} | {{$lead->_assignedTo()}} | {{$lead->_source()}} | @php $now = time(); $datediff = $now - strtotime($lead->created_at); echo floor($datediff/(60*60*24)); @endphp | {{$lead->Probability}} |
The following jobs have been linked to this contact.
{{--| Job No | Location | Job Type | Office | Amount | Job Status |
|---|---|---|---|---|---|
| {{$job->id}} | {{$job->_location()}} | {{$job->_type()}} | {{$job->_officeName()}} | {{$job->_amount()}} |
The following alternate contacts have been linked to the selected contact.
| Relationship | Contact Name | Address | Home Phone | Cell Phone | Options |
|---|---|---|---|---|---|
| {{$contact->type->Name}} | {{$contact->_name()}} | {{$contact->_address()}} | {{\AppHelper::phone_number_format($contact->HomePhone)}} | {{\AppHelper::phone_number_format($contact->MobilePhone)}} | @can('edit_crm_customer_alternate_contacts_tab') alt_id}}','customer_id':'{{$customer->id}}'},'edit_alternate')"> @endcan @can('delete_crm_customer_alternate_contacts_tab') / | @endcan
This following addresses have been defined for this contact.
| Type | Address | City | State | ZipCode | Created | Created By | Edited | Edited By | Options |
|---|---|---|---|---|---|---|---|---|---|
| {{$address->type->Name}} | {{$address->Address}} | {{$address->City}} | {{$address->state->FullName}} | {{$address->ZipCode}} | {{$address->created_at}} | {{$address->createdByRel->name}} | {{$address->updated_at}} | {{$address->editedByRel->name}} | @can('edit_crm_customer_addressess_tab') id}}','customer_id':'{{$customer->id}}'},'edit_address')"> @endcan |
This page presents a historical log of deletions to this customer.
| Date & Time | Event | Changed By |
|---|---|---|
| {{$history->updated_at}} | {!! str_replace(",", ", ", $history->Event) !!} |
{{($history->changedBy)?$history->changedBy->name: ''}} |