Loading...
BGIC
Sign Up
@csrf
Username
@if ($errors->has('userName'))
{{ $errors->first('userName') }}
@endif
Email address
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
Password
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
Confirm Password
@if ($errors->has('confirmPassword'))
{{ $errors->first('confirmPassword') }}
@endif
{{--
Check me out
Forgot Password
--}}
Sign Up
Already have an Account?
Sign In