environment('local') ? $localValue : ''); } } $name = getOldOrLocal('name', 'test3 normal user'); $email = getOldOrLocal('email', 'test3@example.com'); ?>
MapleDeploy

Create your account

@if ($isFirstUser)

Root User Setup

This user will be the root user with full admin access.

@endif @if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@csrf

Your password should be min 8 characters long and contain at least one uppercase letter, one lowercase letter, one number, and one symbol.

Create Account @if (!$isFirstUser)
Already have an account?
{{ __('auth.already_registered') }} @endif