getKey(); $modal = Modal::make() ->xl() ->title($this->title) ->body(GoodsCopyForm::make()->setKey($id)) ->button($this->title); return $modal; } public function parameters() { return [ ]; } }