Created
October 14, 2014 19:52
-
-
Save ryanorsinger/3b53dc3d3f0a4a90047d to your computer and use it in GitHub Desktop.
Search field
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{ Form::open(array('action' => array('PostsController@index'), 'class' => 'form-horizontal', 'method' => 'GET')) }} | |
{{ Form::text('search', null) }} | |
{{ Form::submit('Search') }} | |
{{ Form:: close() }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment