updade and fix service and request for create user

This commit is contained in:
2025-11-04 17:33:55 +03:30
parent d3d39dcc49
commit b22a24637c
9 changed files with 97 additions and 36 deletions

View File

@@ -12,7 +12,7 @@ return [
| as the size rules. Feel free to tweak each of these messages here.
|
*/
'prohibited' => ':attribute در این حالت مجاز نیست.',
"accepted" => ":attribute باید پذیرفته شده باشد.",
"active_url" => "آدرس :attribute معتبر نیست",
"after" => ":attribute باید بعد از :date باشد.",
@@ -286,5 +286,7 @@ return [
'forbidden_area' => 'محدوده ممنوعه',
'forbidden_area.type' => 'نوع محدوده محدوده',
'forbidden_area.coordinates' => 'مختصات محدوده ممنوعه',
'edarate_ostani_id' => 'اداره استانی',
'edarate_shahri_id' => ' اداره شهری'
],
];