This commit is contained in:
2024-04-04 18:04:56 +05:45
parent df0cbdf8a0
commit 89d7a82f03
29 changed files with 3575 additions and 11 deletions

View File

@ -99,7 +99,7 @@
<!-- Theme Settings -->
@include('layouts.partials.theme-setting')
{{-- @include('layouts.partials.theme-setting') --}}
<!-- JAVASCRIPT -->
<script src="{{ asset('assets/libs/bootstrap/js/bootstrap.bundle.min.js') }}"></script>
@ -139,6 +139,8 @@
<!-- Custom js -->
<script type="module" src="{{ asset('assets/js/custom.js') }}"></script>
@stack('js')
</body>
</html>