{{HTML::style('css/mentconnect.css')}} {{HTML::style('css/denied.css')}}
{{ Form::open(array('route' => 'projects.store', 'class' => 'form-horizontal')) }}

Please fill in the form below to submit an open source project

NOTICE : Please, do not share privately owned projects unless you own them and fully understand that all projects shared within Mentconnect community will be freely used by members for learning at no extra fee. Also do not submit other people's project without their permission to do so.

{{Form::text('title', \Input::old('title'), array('class' => 'form-control form-control-bordered', 'tabindex' => '1'))}} {{$errors->first('title')}}
{{ Form::text('link', \Input::old('link'), array('class' => 'form-control form-control-bordered', 'tabindex' => '2')) }} {{$errors->first('link')}}
{{ Form::text('language', \Input::old('language'), array('class' => 'form-control form-control-bordered', 'tabindex' => '3')) }} {{$errors->first('language') }}
{{Form::submit('Submit', array('class' => 'btn btn-success btn-large submit-button'))}}
{{ Form::close() }}
Page rendered in 0.09722s using 6 queries.