{{ $deal->lead->contact->first_name }} {{ $deal->lead->contact->last_name }}
| 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($deal->lead->leadProducts->sum('cost'), 2) }} | ||
No products linked to this lead.
@endif{{ $note->message }}
No notes yet.
@endforelse