Update validation, dll Hospital-Portal
This commit is contained in:
8
resources/lang/en/Validation.php
Normal file
8
resources/lang/en/Validation.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'required' => 'The :attribute field is required.',
|
||||
'invalid' => 'The :attribute field is invalid.',
|
||||
'max' => ':attribute cannot exceed :length characters.',
|
||||
'email' => 'Invalid email format.'
|
||||
];
|
||||
Reference in New Issue
Block a user