This commit is contained in:
2025-12-22 11:38:18 +03:30
parent 8abfd32be8
commit e8e0f2c724
2 changed files with 8 additions and 0 deletions

View File

@@ -51,6 +51,8 @@ class ViolationManagementController extends Controller
'username' => $user->username,
'province_id' => $user->province_id,
'province_name' => $user->province_fa,
'city_id' => $user->city_id ?? null,
'city_name' => $user->city_fa ?? null,
'edare_shahri_id' => $user->edarate_shahri_id ?? null,
'edare_shahri_name' => $user->edarate_shahri_name ?? null,
'zone' => $zone,