Commit 23285228 authored by Syaifur Rohman's avatar Syaifur Rohman

Update kategoriBimbinganKonseling.blade.php

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