@if (step === 0) {

1

} @if (step > 0) { done }

Create Account


@if (step <= 1) {

2

} @if (step > 1) { done }

User Details


@if (step <= 2) {

3

} @if (step > 2) { done }

Business Details


4

Social

@if (step === 0) {
Create New Account
User Name Please enter your user name Email Address We’ll never share your email with anyone else Password Enter your password. Min 6 characters long Role User Admin Please choose the role
} @if (step === 1) {
Create User Details

Photo:

.PNG, .JPG, .JPEG

First Name Enter your first name Last Name Enter your last name Contact Number Enter your contact number Email Enter your email Country User Admin Please choose the country State User Admin Please choose the state City User Admin Please choose the city Address Enter your address
} @if (step === 2) {
Business Details
Company Name Enter your company name Company Registered ID Enter your company registered ID Company Email Enter your company email Company Contact Enter your company contact
} @if (step === 3) {
Social
Facebook Enter your Facebook link Twitter Enter your Twitter link Instagram Enter your Instagram link Company Contact Enter your company contact GitHub Enter your GitHub link CodePen Enter your CodePen link Slack Enter your Slack link
}