Below you should enter your database connection details. If you’re not sure about these, contact your host.
@if(Session::has('fails'))
{!! Lang::get('lang.fails') !!}! {{Session::get('fails')}}
@endif
@if($errors->has('default') || $errors->has('host') || $errors->has('port') || $errors->has('databasename') || $errors->has('username') || $errors->has('password'))
{!! $errors->first('default', ':message
') !!}
{!! $errors->first('host', ':message
') !!}
{!! $errors->first('port', ':message
') !!}
{!! $errors->first('databasename', ':message
') !!}
{!! $errors->first('username', ':message
') !!}
{!! $errors->first('password', ':message
') !!}
@endif
{!! Form::open(['url'=> '/step4post']) !!}