/** * 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\Macros\Macros::reset($value, $attributes); }