Hello {{ $quotation->client->name }},
Quotation {{ $quotation->quotation_number }} is ready.
Subtotal: R {{ number_format($quotation->subtotal, 2) }}
VAT ({{ number_format($quotation->tax_rate, 2) }}%): R {{ number_format($quotation->tax_total, 2) }}
Quotation total: R {{ number_format($quotation->grand_total, 2) }}
Valid until: {{ $quotation->valid_until->format('d M Y') }}
Open the quotation to accept or decline.
Link:
{{ $publicUrl }}
Thank you,
{{ $company->business_name }}
@if ($company->email)
{{ $company->email }}
@endif