Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php echo Form::open(
- array(
- 'action' => '/search/',
- 'method' => 'get',
- 'id' => 'nav-bar-search',
- 'class' => 'navbar-form navbar-left',
- 'role' => 'search' )
- ); ?>
- <div class="form-group">
- <input type="text" class="form-control" placeholder="Search" name="q">
- </div>
- <button type="submit" class="btn btn-default">Submit</button>
- <?php echo Form::csrf(); echo Form::close(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement