[
'subject' => '{invoice_number} tagihan dibuat',
'body' => 'Kepada {customer_name},
Kami telah mempersiapkan tagihan kepada Anda sebagai berikut: {invoice_number}.
Anda dapat melihat rincian tagihan dan dilanjutkan dengan pembayaran dari link berikut ini: {invoice_number}.
Apabila ada pertanyaan harap hubungi kami.
Hormat Kami,,
{company_name}',
],
'invoice_remind_customer' => [
'subject' => 'pemberitahuan jatuh tempo tagihan nomor{invoice_number}',
'body' => 'Kepada {customer_name},
Ini adalah pemberitahuan jatuh tempo untuk tagihan nomor {invoice_number} invoice.
Total tagihannya adalah {invoice_total} dan jatuh tempo pada {invoice_due_date}.
Anda dapat melihat rincian tagihan dan melanjutkannya dengan pembayaran dengan link berikut ini: {invoice_number}.
Hormat Kami,
{company_name}',
],
'invoice_remind_admin' => [
'subject' => 'pemberitahuan jatuh tempo tagihan nomor{invoice_number}',
'body' => 'Hello,
{customer_name} telah menerima pemberitahuan jatuh tempo untuk tagihan nomor {invoice_number}
Total tagihannya adalah {invoice_total} dan jatuh tempo pada {invoice_due_date}.
Anda dapat melihan rincian tagihan dari link berikut ini: {invoice_number}.
Hormat Kami,,
{company_name}',
],
'invoice_recur_customer' => [
'subject' => 'tagihan ulang nomor {invoice_number} dibuat',
'body' => 'Dear {customer_name},
Based on your recurring circle, we have prepared the following invoice for you: {invoice_number}.
You can see the invoice details and proceed with the payment from the following link: {invoice_number}.
Feel free to contact us for any question.
Best Regards,
{company_name}',
],
'invoice_recur_admin' => [
'subject' => '{invoice_number} recurring invoice created',
'body' => 'Hello,
Based on {customer_name} recurring circle, {invoice_number} invoice has been automatically created.
You can see the invoice details from the following link: {invoice_number}.
Best Regards,
{company_name}',
],
'invoice_payment_customer' => [
'subject' => 'Payment received for {invoice_number} invoice',
'body' => 'Dear {customer_name},
Thank you for the payment. Find the payment details below:
-------------------------------------------------
Amount: {transaction_total}
Date: {transaction_paid_date}
Invoice Number: {invoice_number}
-------------------------------------------------
You can always see the invoice details from the following link: {invoice_number}.
Feel free to contact us for any question.
Best Regards,
{company_name}',
],
'invoice_payment_admin' => [
'subject' => 'Payment received for {invoice_number} invoice',
'body' => 'Hello,
{customer_name} recorded a payment for {invoice_number} invoice.
You can see the invoice details from the following link: {invoice_number}.
Best Regards,
{company_name}',
],
'bill_remind_admin' => [
'subject' => '{bill_number} bill reminding notice',
'body' => 'Hello,
This is a reminding notice for {bill_number} bill to {vendor_name}.
The bill total is {bill_total} and is due {bill_due_date}.
You can see the bill details from the following link: {bill_number}.
Best Regards,
{company_name}',
],
'bill_recur_admin' => [
'subject' => '{bill_number} recurring bill created',
'body' => 'Hello,
Based on {vendor_name} recurring circle, {bill_number} invoice has been automatically created.
You can see the bill details from the following link: {bill_number}.
Best Regards,
{company_name}',
],
];