@@ -58,7 +58,7 @@ class UserVip extends RowAction
public function render()
{
- $form =null;
+ $form = UserVipForm::make()->payload(['id'=>$this->getKey()]);
return Modal::make()
->lg()
->title($this->title)