This commit is contained in:
Dwi Swandhana
2026-04-04 06:43:44 +07:00
parent a979b16df4
commit 80d03ac5c1
8 changed files with 7584 additions and 466 deletions

No files matched your search

@@ -0,0 +1,17 @@
@extends('dokter.ppds')
@push('styles')
<style>
#divawal {
display: none !important;
}
</style>
@endpush
@push('script')
<script type="text/javascript">
$(function () {
$('#divawal').hide();
});
</script>
@endpush