Ejemplo n.º 1
0
 /**
  * 
  *
  * @static 
  */
 public static function field($title, $name, $control = '', $help = '')
 {
     return \App\Services\Html\FormBuilder::field($title, $name, $control, $help);
 }