Estimate #{{ $estimate->id }}
Customer
Name
{{ $estimate->customer->name }}
{{ $estimate->customer->email }}
Description
{{ $estimate->description }}
| Item | Qty | Unit | Total |
|---|---|---|---|
| {{ $item->name }} | {{ number_format($item->quantity, 2) }} | ${{ number_format($item->unit_price, 2) }} | ${{ number_format($item->total, 2) }} |
Totals