{{ $quotation->quotation_number }}
{{ $quotation->statusLabel() }}{{ $quotation->client->name }} · {{ $quotation->client->email ?: 'No email' }}
@php $quotationActivity = $quotation->converted_at ? 'Converted on '.$quotation->converted_at->format('d M Y') : ($quotation->accepted_at ? 'Client accepted on '.$quotation->accepted_at->format('d M Y') : ($quotation->declined_at ? 'Client declined on '.$quotation->declined_at->format('d M Y') : ($quotation->viewed_at ? 'Client viewed on '.$quotation->viewed_at->format('d M Y') : ($quotation->sent_at ? 'Sent on '.$quotation->sent_at->format('d M Y') : null)))); @endphp{{ $quotationActivity }}
Valid until
{{ $quotation->valid_until->format('d M Y') }}
Total
R {{ number_format($quotation->grand_total, 2) }}