{{ __('Create Super Admin') }}

{{ __('You are about to create the Super Admin account.') }}

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror

{{ __('Note:') }} {{ __('Please remember this information — you will need it to access your application after installation. You can update it later from the settings.') }}

@stack('scripts')