Exemple #1
0
 /**
  * Treat this method as a controller action.
  * Return view() or other content to display.
  */
 public function run()
 {
     return view("widgets.section_index", ['sections' => Section::filterByForm($this->config['form_id'])->get()]);
 }