additionOfMultiLang
This commit is contained in:
11
resources/lang/en/messages.php
Normal file
11
resources/lang/en/messages.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
// resources/lang/en/messages.php
|
||||
return [
|
||||
'user_added_success' => 'User Added Successfully',
|
||||
'user_added_error' => 'User Added Unsuccessfully',
|
||||
'user_updated_success' => 'User Updated Successfully',
|
||||
'user_updated_error' => 'User is not Updated',
|
||||
'email_sent_success' => 'Email Sent Successfully',
|
||||
'email_sent_error' => 'An error occurred while sending the email.',
|
||||
// Add more keys as needed
|
||||
];
|
Reference in New Issue
Block a user