You could just use:
$user = User::lists('name','id');
Then in your view
{{ Form::select('name', $user, null, ['class' => 'form-hoirzontal']) }}
What if i want the option be like
<option value="user_id'>Username here, date of birth here</option>Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community