Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. {{ Form::label('position', 'Position') }}
  2. {{ Form::select('position', array(0 => 'Please Choose') + range(0,$position + 1) ) }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement