Ejemplo n.º 1
0
 /**
  * Create a HTML reset input element.
  *
  * @param string $value
  * @param array $attributes
  * @return \Illuminate\Support\HtmlString 
  * @static 
  */
 public static function reset($value, $attributes = array())
 {
     //Method inherited from \Collective\Html\FormBuilder
     return \App\Services\Html\FormBuilder::reset($value, $attributes);
 }