New notification page..

This commit is contained in:
Cüneyt Şentürk
2021-06-19 18:16:09 +03:00
parent 856e10a2dd
commit 4687185f4a
34 changed files with 2652 additions and 43 deletions

View File

@ -124,6 +124,12 @@
}
})
})();
$(document).ready(function () {
if ($("[data-toggle=tooltip]").length) {
$("[data-toggle=tooltip]").tooltip();
}
});
</script>
@stack('body_css')