@extends('themes.default1.installer.layout.installer') @section('license') done @stop @section('environment') done @stop @section('database') done @stop @section('locale') active @stop @section('content')
@if($errors->first('firstname')) @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@endif
| {!! Form::text('firstname',null,['style' =>'margin-left:250px']) !!} | |
| {!! Form::text('Lastname',null,['style' =>'margin-left:250px']) !!} | |
| {!! Form::text('email',null,['style' =>'margin-left:250px']) !!} |
| {!! Form::text('username',null,['style' =>'margin-left:200px']) !!} | |
|
{!! Form::password('password',null,[]) !!}
|
|
|
{!! 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')) !!} |