'.__('admin.delete'); } public function render() { $this->setHtmlAttribute([ 'data-url' => $this->url(), 'data-message' => "ID - {$this->getKey()}", 'data-action' => 'delete', ]); return parent::render(); // TODO: Change the autogenerated stub } public function url() { return "{$this->resource()}/{$this->getKey()}"; } }