añadiendo envios

This commit is contained in:
2023-12-14 21:46:36 +01:00
parent 7a27bf56a7
commit d4f92263bf
6 changed files with 181 additions and 17 deletions

View File

@ -144,6 +144,19 @@ return [
'serviciosDefault' => 'Default services',
'envios' => 'Shipments',
'cantidad' => 'Quantity',
'att' => 'Attn.',
'email' => 'Email',
'direccion' => 'Address',
'cp' => 'Zip Code',
'municipio' => 'Town',
'provincia' => 'City',
'ccaa' => 'Region',
'telefono' => 'Phone',
'validation' => [
'decimal' => 'The {field} field must contain a decimal number.',
'integer' => 'The {field} field must contain an integer.',