@php $client = $invoice->client; $currency = $invoice->getCurrency(); $formatAmount = function($amount) use ($currency) { return ($currency->prefix ?? '') .' '. number_format($amount, 2) .' '. ($currency->suffix ?? ''); }; @endphp
|
Dear {{ $client->company_name ? $client->company_name . ' (' . $client->firstname . ' ' . $client->lastname . ')' : $client->firstname . ' ' . $client->lastname }}, This is to inform you that a Proforma Invoice has been generated for your account.
You can log in to your client area to view and pay the invoice: |