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
+4
View File
@@ -31,6 +31,10 @@ return [
'legal_documents' => [
'not_found' => 'Document légal introuvable.',
],
'billing' => [
'active_subscription_exists' => 'Tu as déjà un abonnement en cours.',
'no_active_subscription' => 'Aucun abonnement actif à gérer.',
],
'notifications' => [
'test_title' => 'Test',
'test_body' => 'Notification test depuis Laravel API.',