{{-- Form Starts Here --}} {{Form::open(array('url'=> URL::to('subscribers/submit'),'method' => 'post'))}}

Simple Newsletter Subscription

{{Form::text('email',null,array('placeholder'=>'Type your E-mail address here'))}} {{Form::submit('Submit!')}} {{Form::close()}} {{-- Form Ends Here --}} {{-- This div will show the ajax response --}}
{{-- Because it'll be sent over AJAX, We add thejQuery source --}} {{ Html::script('http://code.jquery.com/jquery-1.8.3.min.js') }}