This commit is contained in:
Dwi Swandhana
2026-05-07 15:21:50 +07:00
parent 362a70fa1a
commit 4ffd7fa681
3 changed files with 9 additions and 3 deletions
@@ -90,6 +90,9 @@
@foreach($users as $u)
<option value="{{ $u->id }}">{{ $u->nama }}</option>
@endforeach
@foreach($ruangans as $ruang)
<option value="{{ $ruang->ruangan }}">{{ $ruang->ruangan }}</option>
@endforeach
</select>
</div>
</div>