mardi 15 octobre 2019

What can I do to print all the data of that particular option from the table in the Database? NOTE: I have used Laravel all along

I have a dropdown list, taking its options from database. Can I know what can be done to fetch all the details of that table?

 <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>


from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2VMJ5DM
via IFTTT

Aucun commentaire:

Enregistrer un commentaire