|
@if($logoPath && \Illuminate\Support\Facades\Storage::disk('public')->exists($logoPath))
|
Contract |
|
{{ $settings['company_name'] ?? '' }} ABN {{ $settings['company_abn'] ?? '' }} {{ $settings['company_address'] ?? '1/123 Business Park Drive, Sydney NSW 2000' }} Phone {{ $settings['company_phone'] ?? '' }} Email: {{ $settings['company_email'] ?? '' }} |
|
|
Invoice to {{ $contract->contact?->first_name ?? '' }} {{ $contract->contact?->last_name ?? '' }} {{ $contract->job?->lead?->site_address ?? '' }} {{ $contract->job?->lead?->site_suburb ?? '' }} {{ $contract->job?->lead?->site_postcode ?? '' }} |
Deliver to {{ $contract->contact?->first_name ?? '' }} {{ $contract->contact?->last_name ?? '' }} {{ $contract->job?->site_address ?? '' }} {{ $contract->job?->site_suburb ?? '' }} {{ $contract->job?->site_postcode ?? '' }} |
|
Customer Code {{ $contract->job?->lead?->lead_number ?? '—' }} |
Customer Contact No. {{ $contract->contact?->phone ?? '—' }} |
| LOT | DP NO |
|---|---|
| CERTIFICATE OF TITLE | |
|
STREET ADDRESS: {{ $contract->job?->site_address ?? '' }} SUBURB {{ $contract->job?->site_suburb ?? '' }} STATE {{ $contract->job?->site_state ?? '' }} POSTCODE {{ $contract->job?->site_postcode ?? '' }} |
|
| Payment Stage | Percentage | Amount |
|---|---|---|
| {{ $label }} | {{ $contract->$pctField ?? 0 }}% | ${{ number_format($amount, 2) }} |
| Total Contract Price | ${{ number_format($contract->contract_price, 2) }} | |
| Sub-total (excl. GST) ${{ number_format($contract->contract_price / 1.1, 2) }} |
| GST ${{ number_format($contract->contract_price - ($contract->contract_price / 1.1), 2) }} |
| Total includes GST ${{ number_format($contract->contract_price, 2) }} |
| Copyright | © {{ date('Y') }} {{ $settings['company_name'] ?? '' }}. All rights reserved. |