Create An Account
@if (session('status'))
{{ session('status') }}
@endif @if (count($errors) > 0)
Whoops!
There were some problems with your input.
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
done
Personal Details
done
Address
done
Create Password
@csrf
First Name
*
Last Name
*
Email Address
*
Phone No.
*
Gender
*
Male
Female
Date of Birth
*
Next
chevron_right
Full Address:
*
Country
*
India
State/Province:
*
Select a state
@foreach ($states as $state)
{{ $state->name }}
@endforeach
Zip Code
*
City
*
Select a city
chevron_left
Back
Next
chevron_right
Password
*
Confirm Password
*
chevron_left
Back
Finish
Already have an account?
Log in