@extends('vendor.installer.layouts.master') @section('template_title') {{ trans('installer_messages.environment.wizard.templateTitle') }} @endsection @section('title') Setup Admin User @endsection @section('container')

Information needed (Login credentials)

Please provide the following information. Do not worry, you can always change these settings later. The email and password you input here will be your admin login credentials.

@if ($errors->has('first_name')) {{ 'The first name is required.' }} @endif
@if ($errors->has('last_name')) {{ 'The last name is required.' }} @endif
@if ($errors->has('email')) {{ 'The email is required.' }} @endif
@if ($errors->has('password')) {{ 'The password is required.' }} @endif

Please make sure to securely store your email and password. If you forget these credentials, you won't be able to access the admin dashboard.

@endsection @section('scripts') @endsection