form::email PHP Method

email() public static method

public static email ( $name, $value = '', $attributes = [] )
    public static function email($name, $value = '', $attributes = array())
    {
        return static::input('email', $name, $value, $attributes);
    }