G
a
i
n
u
p
Life @ GainUp
@csrf @if(\Session::has('message'))
{{\Session::get('message')}}
@endif
Username
@if ($errors->has('UserName'))
{{ $errors->first('UserName') }}
@endif
Current Password
@if ($errors->has('oldpass'))
{{ $errors->first('oldpass') }}
@endif
New Password
@if ($errors->has('newpass'))
{{ $errors->first('newpass') }}
@endif
Confirm Password
@if ($errors->has('conpass'))
{{ $errors->first('conpass') }}
@endif
Reset Password
Sign Up
Fullname
Email
Password
Confirm Password
I Agree the terms and conditions.
Cancel
Sign Up