@if(session('delete'))
{{ session('delete') }}
@endif @if($errors->any())
@endif
Emart
4
5
{{ __('EULA') }}{{ __('Database') }}{{ __('Server') }}{{ __('Admin') }}{{ __('Install') }}

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

{{ __('Step 4: This account will have full access to the admin panel.') }}

@csrf
{{ __('Administrator Details') }}
{{ __('Please enter your first name.') }}
{{ __('Please enter your last name.') }}
{{ __('Please enter a valid email.') }}
{{ __('Password must be at least 6 characters.') }}
{{ __('Back') }}