@extends('system.installer.app') @section('title', 'User Setup') @section('content')
@csrf
Importing from a legacy install?

Airline Information

Airline ICAO

@include('system.installer.flash/check_error', [ 'field' => 'airline_icao', ])

Airline Name

@include('system.installer.flash/check_error', [ 'field' => 'airline_name', ])

Airline Country

@include('system.installer.flash/check_error', [ 'field' => 'airline_country', ])

First User

Name

@include('system.installer.flash/check_error', ['field' => 'name'])

Email

@include('system.installer.flash/check_error', ['field' => 'email'])

Password

@include('system.installer.flash/check_error', ['field' => 'password'])

Password Confirm

@include('system.installer.flash/check_error', [ 'field' => 'password_confirmation', ])

Options

Analytics


Allows collection of analytics. They won't identify you, and helps us to track the PHP and database versions that are used, and help to figure out problems and slowdowns when vaCentral integration is enabled.

@endsection