@extends('themes.default1.installer.layout.installer')
@section('licence')
done
@stop
@section('environment')
done
@stop
@section('database')
done
@stop
@section('locale')
active
@stop
@section('content')
{!! Form::open(['url'=>route('postaccount')]) !!}
@if($errors->first('firstname')||$errors->first('Lastname')||$errors->first('email')||$errors->first('username')||$errors->first('password')||$errors->first('confirmpassword'))
Login Information
{!! Form::label('user_name',Lang::get('lang.user_name')) !!}
{{-- --}}
|
{{-- --}}
{!! Form::text('username',null,['class' => 'form-control', 'style' => 'margin-left: 200px']) !!}
|
{!! Form::label('Password',Lang::get('lang.password')) !!}
{{-- --}}
|
{{-- --}}
{!! Form::text('password','ssssss',['class' => 'form-control' , 'style' => 'margin-left: 200px']) !!}
|
{!! Form::label('confirmpassword',Lang::get('lang.confirm_password')) !!}
|
{!! Form::text('confirmpassword','ssssss',['class' => 'form-control' , 'style' => 'margin-left: 200px']) !!}
|
Local Information
{!! Form::label('language',Lang::get('lang.language')) !!}
|
|
{!! Form::label('time_zone',Lang::get('lang.time_zone')) !!}
|
|
{!! Form::label('date',Lang::get('lang.date_time')) !!}
|
|