Sign Up

{{ errors.first('first_name') }}
{{ errors.first('last_name') }}
{{ errors.first('email') }}
The "Password" field must be at least 6 characters
{{ errors.first('password_confirmation') }}
Phone {{ errors.first('phone') }}
..