@if ($tempPassword === null)

{{ __('accounts.create_title') }}

{{ __('accounts.create_subtitle') }}

@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
{{ __('common.cancel') }} {{ __('accounts.create_submit') }}
@else

{{ __('accounts.temp_heading') }}

{{ __('accounts.temp_intro', ['name' => $createdName]) }}

{{ __('accounts.temp_warning') }}

{{ __('accounts.done') }}
@endif