Guest User

Untitled

a guest
Oct 19th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. {{ Form::label('is_featured', 'Feature') }}
  2. {{ Form::select('is_featured', [
  3. 0 => 'No',
  4. 1 => 'Yes',
  5. ], null, array('class' => 'form-control') ) }}
Add Comment
Please, Sign In to add comment