feat: add invoice
This commit is contained in:
@@ -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.',
|
||||
|
||||
Reference in New Issue
Block a user