Create your account

Get started with a free account. No credit card required.

@if (session('error'))
{{ session('error') }}
@endif @if (isset($setting) && $setting->enable_google_login) Continue with Google Continue with GitHub
or
@endif
@csrf
@if ($errors->has('name'))

{{ $errors->first('name') }}

@endif
@if ($errors->has('email'))

{{ $errors->first('email') }}

@endif

Must be at least 8 characters

@if ($errors->has('password'))

{{ $errors->first('password') }}

@endif
@if (isset($setting) && $setting->enable_recaptcha == 1)
@error('g-recaptcha-response')

{{ $message }}

@enderror
@endif
By creating an account, you agree to our Terms of Service and Privacy Policy
@if (isset($setting) && $setting->enable_recaptcha == 1) @endif