{{ session('message') }}
Created: {{ $estimate->created_at->format('M j, Y g:i A') }}
@if($estimate->diagnosis)Diagnosis: {{ $estimate->diagnosis->summary ?? 'No summary provided' }}
@endif| Description | Type | Quantity | Unit Price | Total |
|---|---|---|---|---|
|
{{ $item->description }}
@if($item->notes)
{{ $item->notes }}
@endif
|
{{ ucfirst($item->type) }} | {{ $item->quantity }} @if($item->type === 'labor') {{ $item->quantity == 1 ? 'hour' : 'hours' }} @endif | ${{ number_format($item->unit_price, 2) }} | ${{ number_format($item->total_price, 2) }} |
| Subtotal: | ${{ number_format($estimate->subtotal_amount, 2) }} | |||
| Tax: | ${{ number_format($estimate->tax_amount, 2) }} | |||
| Total: | ${{ number_format($estimate->total_amount, 2) }} | |||
No line items found for this estimate.
{{ $estimate->notes }}
Please review the estimate above and choose your response:
Your comments: {{ $estimate->notes }}
Please let us know why you're declining this estimate so we can better assist you: