getKey(); $modal = Modal::make() ->xl() ->title($this->title) ->body(GoodsImageForm::make()->setKey($id)->payload([ 'id'=>$this->row->id, 'name'=>$this->row->name, 'search'=>$_REQUEST, 'cover_img'=>$this->row->cover_img ])) ->button($this->title); return $modal; } public function parameters() { return [ ]; } }