/** * Add a form section. * * @param $slug * @param array $section * @return $this */ public function addFormSection($slug, array $section) { $this->form->addSection($slug, $section); return $this; }