config['label']; $btn_type = $this->config['btn_type']; $url = $this->config['url']; $title = $this->config['title'] ?? ''; return view('widgets.action_button_widget', [ 'label' => $label, 'btn_type' => $btn_type, 'url' => $url, 'title' => $title ]); } }