payload(['id' => $this->getKey()]); return Modal::make() ->lg() ->title($this->title) ->body($form) ->canClick(($this->row->is_place == 1) || ($this->row->is_agency == 1) ? false : true) ->button($this->title); } public function html() { $this->setHtmlAttribute(['class' => 'btn btn-primary btn-sm btn-mini submit']); return parent::html(); } }