Exemple #1
0
 public function actions($callback)
 {
     $content = Module::render($callback);
     return Form::actions($content);
 }