{{ $lead->contact->first_name }} {{ $lead->contact->last_name }}
{{ $lead->contact->email_address }}
Phone
{{ $lead->contact->phone_number ?? '-' }}
Company
@if ($lead->contact->contact_type === 'Individual') - @else {{ $lead->contact->company->name }} @endif
{{ $lead->assignedUser->name }}
{{ $lead->assignedUser->email }}
No assignee
@endif| Product | Quantity | Unit Cost | Total |
|---|---|---|---|
| {{ $product->product->name }} | {{ $product->count }} | {{$currency->symbol}} {{ number_format($product->product->price, 2) }} | {{$currency->symbol}} {{ number_format($product->cost, 2) }} |
| Total Value: | {{$currency->symbol}} {{ number_format($lead->leadProducts->sum('cost'), 2) }} | ||
No products linked to this lead.
@endif{{ $note->message }}
No notes yet.
@endforelse