Support the ongoing development of Laravel.io →
Database Eloquent
Last updated 2 years ago.
0

You could just use:

 $user = User::lists('name','id');

Then in your view

 {{ Form::select('name', $user, null, ['class' => 'form-hoirzontal']) }}
Last updated 2 years ago.
0

What if i want the option be like

<option value="user_id'>Username here, date of birth here</option>
Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Donny5300 donny5300 Joined 3 May 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.