I have a dropdown list, taking its options from database. Can I know what can be done to fetch all the details of that particular option? NOTE: I have used Laravel all along
<select class="form-control select-search" name="selectedUser" id="selectedUser" required style="width: 200px;">
@foreach($users as $user)
<option value="" class="text-capitalize"></option>
@endforeach
</select>
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire