Commit bc9656cc by Triyah Fatmawati

update get data univ api

parent b4a9b1cc
......@@ -68,7 +68,7 @@
<select class="form-control select" id="instansi" name="instansi"placeholder="">
<option value="" selected>- Pilih -</option>
@foreach ($universitas as $univ)
<option value="{{ $univ->nm_lemb }}">{{ $univ->nm_lemb }}</option>
<option value="{{ $univ['nm_lemb'] }}">{{ $univ['nm_lemb'] }}</option>
@endforeach
</select>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment