fix cdn library

This commit is contained in:
2025-06-13 16:33:36 +07:00
parent ec8224760e
commit 4517f7efcb
4 changed files with 38 additions and 0 deletions

View File

@@ -38,6 +38,12 @@ License: You must have a valid license purchased only from themeforest(the above
<!--end::Global Custom Styles -->
<link rel="shortcut icon" href="{{ asset('assets/media/logos/ckb.jpeg') }}" />
<!--begin::DataTables CSS -->
<link href="https://cdn.datatables.net/1.13.6/css/dataTables.bootstrap4.min.css" rel="stylesheet" type="text/css" />
<link href="https://cdn.datatables.net/fixedcolumns/4.2.2/css/fixedColumns.bootstrap4.min.css" rel="stylesheet" type="text/css" />
<!--end::DataTables CSS -->
<!-- begin::Global Config(global config for global JS sciprts) -->
<script>
var KTAppOptions = {
@@ -69,9 +75,19 @@ License: You must have a valid license purchased only from themeforest(the above
<!--begin::Common Script -->
<script src="{{ asset('js/init.js') }}" type="text/javascript"></script>
<!--end::Common Scripts -->
<!--begin::SweetAlert2 -->
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<!--end::SweetAlert2 -->
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.3.0/dist/chart.umd.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chartjs-plugin-datalabels@2"></script>
<!--begin::DataTables -->
<script src="https://cdn.datatables.net/1.13.6/js/jquery.dataTables.min.js"></script>
<script src="https://cdn.datatables.net/1.13.6/js/dataTables.bootstrap4.min.js"></script>
<script src="https://cdn.datatables.net/fixedcolumns/4.2.2/js/dataTables.fixedColumns.min.js"></script>
<!--end::DataTables -->
@yield('styles')
</head>