/** * Get the ID attribute for a field name. * * @param string $name * @param array $attributes * @return string * @static */ public static function getIdAttribute($name, $attributes) { //Method inherited from \Illuminate\Html\FormBuilder return \Bootstrapper\Form::getIdAttribute($name, $attributes); }