|
@@ -52,6 +52,7 @@ class Broker extends BaseController
|
|
|
'province' => input('province/s', ""),
|
|
|
'city' => input('city/s', ""),
|
|
|
'district' => input('district/s', ""),
|
|
|
+ 'region' => input('region/s', ""),
|
|
|
'town' => input('town/s', ""),
|
|
|
'details' => input('details/s', ""),
|
|
|
'powerreport' => input('powerreport/d') == 1 ? 1 : 2,
|