form::email PHP 메소드

email() 공개 정적인 메소드

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