{{ $proposal->intro_text }}
@endif
Scope of Work & Pricing
| Description | Qty | Unit Price | Total |
|---|---|---|---|
| {{ $item['description'] }} | {{ $item['quantity'] ?? 1 }} | ${{ number_format($item['unit_price'] ?? 0, 2) }} | ${{ number_format(($item['quantity'] ?? 1) * ($item['unit_price'] ?? 0), 2) }} |
Subtotal
${{ number_format($proposal->subtotal, 2) }}
@if($proposal->tax_rate > 0)
Tax ({{ $proposal->tax_rate }}%)
${{ number_format($proposal->tax_amount, 2) }}
@endif
Total
${{ number_format($proposal->total, 2) }} {{ $proposal->currency }}
Additional Notes
{{ $proposal->notes }}
Terms & Conditions
{{ $proposal->terms }}