<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