@section('title', __('Register an account'))

{{ __('Sign up to') }} {{ env('APP_NAME') }}

{{ __('Already have an account?') }} {{ __('Login') }}

{{-- name input --}}
@error('name') {{ $message }} @enderror
{{-- email input --}}
@error('email') {{ $message }} @enderror
{{-- phone input --}}
{{-- password input with show/hide value using alphine js --}}
@error('password') {{ $message }} @enderror
{{-- referral code - optional --}}
@error('referral_code') {{ $message }} @enderror
{{-- terms and conditions --}}
@error('terms') {{ $message }} @enderror
{{-- Register button --}}
{{-- loading --}} @include('livewire.extensions.glover-website.components.loading')
@include('layouts.partials.phoneselector') @push('styles') @endpush