jeudi 10 novembre 2016

How to use a @foreach loop inside laravel Form::select element

<select>
 @foreach($users as $user)
<option> - </option>
@endforeach
</select>

I have the above working code. What I need is to use it with a laravel form::select element.

Something like this....

{!!Form::select('aaa',null,array( - )) !!}

Is it possible with laravel 5???



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire