@extends("site.app") @section("title") Sign Up - {{ $setting->main_name }} @endsection @section('css') @endsection @section("content")

Sign Up for {{ $setting->main_name }}

@if(module_enabled('Subdomain'))
.{{ get_domain() }}
@endif

Login Details

By signing up or purchasing, you agree to our Terms of Service and Privacy Policy.

@if ($setting->google_recaptcha_status == 1)
@if ($errors->has('g-recaptcha-response'))
{{ $errors->first('g-recaptcha-response') }}
@endif
@endif
@endsection @section("javascript") @if ($setting->google_recaptcha_status == 1) @endif @endsection