Welcome to the five-minute Faveo installation process! Just fill in the information below.
Personal Information
Please provide the following information. Don’t worry, you can always change these settings later.
|
|
{!! Form::text('firstname',null,['style' =>'margin-left:250px', 'required' => true]) !!}
|
|
|
|
{!! Form::text('Lastname',null,['style' =>'margin-left:250px', 'required' => true]) !!}
|
|
|
|
{!! Form::email('email',null,['style' =>'margin-left:250px', 'required' => true]) !!}
|
|