Added notification
This commit is contained in:
@ -7,5 +7,9 @@ return [
|
|||||||
|
|
||||||
'error' => [
|
'error' => [
|
||||||
'email' => 'Denne mail er allerede registreret.'
|
'email' => 'Denne mail er allerede registreret.'
|
||||||
]
|
],
|
||||||
|
'notification' => [
|
||||||
|
'message' => ':customer lavede :amount betaling til faktura nr. :invoice_number.',
|
||||||
|
'button' => 'Se',
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user