Skip to content

Instantly share code, notes, and snippets.

@sangar82
Created May 16, 2013 07:18
Show Gist options
  • Save sangar82/5589974 to your computer and use it in GitHub Desktop.
Save sangar82/5589974 to your computer and use it in GitHub Desktop.
Laravel 4 Dropdown for BD
<?php $types = Type::lists('name', 'id'); ?>
{{ Form::select('select', $types) }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment