mardi 26 avril 2016

How to get dropbox values from database using laravel AdminLTE?

I want to have a dropbox and the fill of it is get from database. I am using AdminLTE 2 and laravel 5. Why I have got an error like "Whoops, looks like something went wrong." when I am adding @foreach in my form?

<form class="form-horizontal" id="form_tambah_surat" enctype="multipart/form-data"> <div class="form-group"> <label for="id_jenis_surat" class="control-label col-sm-2">Jenis Surat</label> <div class="col-sm-10"> <select name="id_jenis_surat" class="form-control"> @foreach($jenis_surat as $js) <option value="" > </option> @endforeach </select> </div> </div> </form>



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire