@extends('layouts.central.app') @section('page_css') @endsection @section('page_hero')

Already Registered?

Please click the button below to be redirected to the logic site.

@endsection @section('page_content')

Create a new account

Or sign in to your account

@csrf @honeypot
@if ($errors->any()) @endif
@error('given_names')
{{ $message }}
@enderror
@error('surname')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('company')
{{ $message }}
@enderror
@error('industry')
{{ $message }}
@enderror
@error('company_size')
{{ $message }}
@enderror
@livewire('central.tenant-registration-country')
.{{ config('tenancy.central_domains')[0] }}
@error('domain')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
@error('password_confirmation')
{{ $message }}
@enderror
{{--
@error('g-recaptcha-response')
{{ $message }}
@enderror
--}}
Click on "Register Now" to create your tenant account and be redirected to your newly created tenant account.
Cancel
@endsection