@extends('themes.default1.installer.layout.installer') @section('license') done @stop @section('environment') done @stop @section('database') done @stop @section('locale') active @stop @section('content')

Locale Information

{!! Form::open(['url'=>route('postaccount')]) !!} @if($errors->first('firstname')||$errors->first('Lastname')||$errors->first('email')||$errors->first('username')||$errors->first('password')||$errors->first('confirmpassword'))
@if($errors->first('firstname')) {!! $errors->first('firstname', ':message') !!}
@endif @if($errors->first('Lastname')) {!! $errors->first('Lastname', ':message') !!}
@endif @if($errors->first('email')) {!! $errors->first('email', ':message') !!}
@endif @if($errors->first('username')) {!! $errors->first('username', ':message') !!}
@endif @if($errors->first('password')) {!! $errors->first('password', ':message') !!}
@endif @if($errors->first('confirmpassword')) {!! $errors->first('confirmpassword', ':message') !!}

@endif
@endif @if(Session::has('fails'))
{{Session::get('fails')}}

@endif

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']) !!}
{!! Form::text('Lastname',null,['style' =>'margin-left:250px']) !!}
{!! Form::text('email',null,['style' =>'margin-left:250px']) !!}

Login Information

{!! Form::text('username',null,['style' =>'margin-left:195px']) !!}

Locale Information

{!! Form::label('date',Lang::get('lang.date_time')) !!}
{!! Form::label('time_zone',Lang::get('lang.time_zone')) !!}
{!! Form::label('language',Lang::get('lang.language')) !!}


Previous

@stop