@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'))
@if($errors->first('firstname'))@endif @endif @if($errors->first('Lastname')) @endif @if($errors->first('email')) @endif @if($errors->first('username')) @endif @if($errors->first('password')) @endif @if($errors->first('confirmpassword')) @endif
{!! Form::label('firstname',Lang::get('lang.first_name')) !!} | {!! Form::text('firstname',null,['style' =>'margin-left:250px']) !!} |
{!! Form::label('Last Name',Lang::get('lang.last_name')) !!} | {!! Form::text('Lastname',null,['style' =>'margin-left:250px']) !!} |
{!! Form::label('email',Lang::get('lang.email')) !!} | {!! Form::text('email',null,['style' =>'margin-left:250px']) !!} |
{!! Form::label('user_name',Lang::get('lang.user_name')) !!} | {!! Form::text('username',null,['style' =>'margin-left:200px']) !!} |
{!! Form::label('Password',Lang::get('lang.password')) !!} |
{!! Form::password('password',null,[]) !!}
|
{!! Form::label('confirmpassword',Lang::get('lang.confirm_password')) !!} |
{!! Form::password('confirmpassword',null,[]) !!}
|
{!! Form::label('language',Lang::get('lang.language')) !!} | |
{!! Form::label('time_zone',Lang::get('lang.time_zone')) !!} | |
{!! Form::label('date',Lang::get('lang.date_time')) !!} |