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