@@ -50,6 +50,8 @@ class RequestPortalController extends Controller
|
|||||||
'username' => $user->username,
|
'username' => $user->username,
|
||||||
'province_id' => $user->province_id,
|
'province_id' => $user->province_id,
|
||||||
'province_name' => $user->province_fa,
|
'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_id' => $user->edarate_shahri_id ?? null,
|
||||||
'edare_shahri_name' => $user->edarate_shahri_name ?? null,
|
'edare_shahri_name' => $user->edarate_shahri_name ?? null,
|
||||||
'state_id' => $state,
|
'state_id' => $state,
|
||||||
@@ -123,6 +125,8 @@ class RequestPortalController extends Controller
|
|||||||
'username' => $user->username,
|
'username' => $user->username,
|
||||||
'province_id' => $user->province_id,
|
'province_id' => $user->province_id,
|
||||||
'province_name' => $user->province_fa,
|
'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_id' => $user->edarate_shahri_id ?? null,
|
||||||
'edare_shahri_name' => $user->edarate_shahri_name ?? null,
|
'edare_shahri_name' => $user->edarate_shahri_name ?? null,
|
||||||
'state_id' => $state,
|
'state_id' => $state,
|
||||||
@@ -216,6 +220,8 @@ class RequestPortalController extends Controller
|
|||||||
'username' => $user->username,
|
'username' => $user->username,
|
||||||
'province_id' => $user->province_id,
|
'province_id' => $user->province_id,
|
||||||
'province_name' => $user->province_fa,
|
'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_id' => $user->edarate_shahri_id ?? null,
|
||||||
'edare_shahri_name' => $user->edarate_shahri_name ?? null,
|
'edare_shahri_name' => $user->edarate_shahri_name ?? null,
|
||||||
'zone' => $zone,
|
'zone' => $zone,
|
||||||
|
|||||||
@@ -51,6 +51,8 @@ class ViolationManagementController extends Controller
|
|||||||
'username' => $user->username,
|
'username' => $user->username,
|
||||||
'province_id' => $user->province_id,
|
'province_id' => $user->province_id,
|
||||||
'province_name' => $user->province_fa,
|
'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_id' => $user->edarate_shahri_id ?? null,
|
||||||
'edare_shahri_name' => $user->edarate_shahri_name ?? null,
|
'edare_shahri_name' => $user->edarate_shahri_name ?? null,
|
||||||
'zone' => $zone,
|
'zone' => $zone,
|
||||||
|
|||||||
Reference in New Issue
Block a user