update
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user