getKey()); return $info->status != 2; } public function html() { $form = ProfitSuccessForm::make()->payload(['id' => $this->getKey()]);; return Modal::make() ->lg() ->title($this->title) ->body($form) ->button(" {$this->title}  "); } }