bug fixes, daily reports, holidays
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
@stack('styles')
|
||||
<script>
|
||||
var base_url = "{!! url('/') !!}";
|
||||
const currentUserId = {{ auth()->id() ?? 'null' }};
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
@@ -60,8 +61,10 @@
|
||||
|
||||
@stack('modals')
|
||||
|
||||
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<!-- <script src="https://code.jquery.com/jquery-3.7.1.min.js"></script> -->
|
||||
<script src="{{ asset('public/assets/libs/jquery-3.7.1.min.js') }}"></script>
|
||||
<script src="{{ asset('public/assets/libs/bootstrap/js/bootstrap5.3.2.js') }}"></script>
|
||||
<!-- <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script> -->
|
||||
<!-- SweetAlert2 CDN -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||
<!-- Select2 JS (Place right after jQuery) -->
|
||||
|
||||
Reference in New Issue
Block a user