Commit 1f59fdc9 authored by Syaifur Rohman's avatar Syaifur Rohman

Update kategoriBimbinganKonseling.blade.php

parent 23285228
<script>
let baseUrl = '{{ url('') }}';
$.getJSON(baseUrl+'/getKategoriBimbinganKonselingKomplit/', (result) => {
let baseUrl2 = '{{ url('') }}';
$.getJSON(baseUrl2+'/getKategoriBimbinganKonselingKomplit/', (result) => {
if (result.error_code == '0') {
let opt = '<option value="">- Pilih Kategori -</option>';
// var dataSem = result.data;
......
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