This commit is contained in:
denisdulici
2017-11-16 20:27:30 +03:00
parent 9243ed34e3
commit 79b3467bdd
4 changed files with 86 additions and 30 deletions

View File

@ -37,7 +37,13 @@ return [
],
'messages' => [
'email_sent' => 'Invoice email has been sent successfully!',
'marked_sent' => 'Invoice marked as sent successfully!',
],
'notification' => [
'message' => 'You are receiving this email because you have an upcoming :amount invoice to :customer customer.',
'button' => 'Pay Now',
],
];