feat: add invoice

This commit is contained in:
2026-05-27 13:14:09 +02:00
parent a01387bb09
commit 1216c8a073
17 changed files with 352 additions and 2 deletions
+15
View File
@@ -33,4 +33,19 @@ return [
'password_confirmation' => 'Confirm password',
'submit' => 'Update password',
],
'payment_invoice' => [
'subject' => 'Your Bowli invoice',
'title' => 'Your invoice is available',
'greeting' => 'Hi :name,',
'default_name' => 'there',
'intro' => 'Thanks for your payment. Your summary and invoice link are below.',
'product' => 'Product',
'default_product' => 'Bowli credits',
'credits' => 'Credits',
'amount' => 'Amount',
'unknown_amount' => 'Amount unavailable',
'action' => 'View my invoice',
'pdf_link' => 'PDF link:',
'footer' => 'If you have any question, simply reply to this email.',
],
];