@@ -15,6 +15,7 @@ class UsersInfoForm extends Form implements LazyRenderable
public function __construct($data = [], $key = null)
{
parent::__construct($data, $key);
+ dd($key);
$this->user_info = UserInfoModel::query()->where('user_id',$key)->first();
}