avance solo de la vista del formulario y validaciones del negocio

This commit is contained in:
Jose Sanchez
2023-08-22 16:58:22 -04:00
parent 534a66ff0b
commit abd8354e71
5 changed files with 96 additions and 31 deletions

View File

@@ -170,7 +170,7 @@ return [
'minute' => 'minuto',
'mobile' => 'móvil',
'month' => 'mes',
'name' => 'Nombre',
'name' => 'nombre',
'password' => 'contraseña',
'password_confirmation' => 'confirmación de la contraseña',
'phone' => 'teléfono',
@@ -234,7 +234,8 @@ return [
'nfc_amount' => 'Cantidad de comprobantes',
'nfc_next' => 'Próximo NFC a emitir',
'nfc_select' => 'Estado de NFC',
'g-recaptcha-response' => 'reCAPTCHA'
'g-recaptcha-response' => 'reCAPTCHA',
'categories_id' => 'categoría'
],
];