| |
|
Hallo {{ $invoice['billingData']['contactSalutation'] ?? '' }} {{ $invoice['billingData']['contactLastName'] }},
uns ist aufgefallen, dass die hier aufgeführten Rechnungsbeträge noch nicht beglichen wurden.
|
| |
@php
$fmt = new \IntlDateFormatter('de_DE', NULL, NULL);
$fmt->setPattern('d. MMMM yyyy');
@endphp
| Rechnungs-Nr. |
{{ $invoice['nr'] }} |
| Beteff |
{{ $invoice['title'] }} |
| Datum |
{{ $fmt->format(strtotime($invoice['invoiceDate'])) }} |
| Zahlbar bis |
{{ $fmt->format(strtotime($invoice['dueDate'])) }} |
| Offene Forderung |
@toCurrency(round($invoice['totalAmount'] * 1.19, 2)) |
|
| |
|
Wir gehen davon aus, dass es sich um ein Versehen handelt, und möchten Sie bitten, den offenen Betrag von @toCurrency(round($invoice['totalAmount'] * 1.19, 2)) bis zum {{ \Carbon\Carbon::parse($invoice['dueDate'])->addDays(14)->format('d. F Y') }} zu überweisen.
|
|
| |
|