terminando form de clientes direcciones

This commit is contained in:
2023-12-17 08:58:26 +01:00
parent d4246ca99b
commit d9083aac2d
15 changed files with 350 additions and 79 deletions

8
ci4/app/Language/en/ClienteDirecciones.php Normal file → Executable file
View File

@ -3,6 +3,8 @@
return [
'nuevaTitle' => 'New address',
'alias' => 'Alias',
'att' => 'Attn.',
'email' => 'Email',
'direccion' => 'Address',
@ -13,8 +15,12 @@ return [
'pais' => 'Country',
'telefono' => 'Phone',
'validation' => [
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
'max_length' => 'Max. length ',
'required' => 'Field required'
'valid_email' => 'The email is not valid',
],
'selectPais' => 'Select a country',
];