/** * Get the value that should be assigned to the field. * * @param string $name * @param string $value * @return mixed * @static */ public static function getValueAttribute($name, $value = null) { //Method inherited from \Collective\Html\FormBuilder return \App\Services\Macros\Macros::getValueAttribute($name, $value); }