@include('form/text', ['name' => 'username', 'tabindex' => 1])
@if(session('request-email', false) === true)
@include('form/text', ['name' => 'email', 'tabindex' => 1]) Please enter an email to use for this account.
@endif
@include('form/password', ['name' => 'password', 'tabindex' => 2])