fix handle using asset for access css

This commit is contained in:
2025-06-13 16:10:03 +07:00
parent ac55ed1b67
commit ec8224760e
11 changed files with 44 additions and 24 deletions

View File

@@ -37,7 +37,7 @@ License: You must have a valid license purchased only from themeforest(the above
<link href="{{ url('css/custom-web.css') }}" rel="stylesheet" type="text/css" />
<!--end::Global Custom Styles -->
<link rel="shortcut icon" href="{{ url('assets/media/logos/ckb.jpeg') }}" />
<link rel="shortcut icon" href="{{ asset('assets/media/logos/ckb.jpeg') }}" />
<!-- begin::Global Config(global config for global JS sciprts) -->
<script>
var KTAppOptions = {
@@ -62,12 +62,12 @@ License: You must have a valid license purchased only from themeforest(the above
<!-- end::Global Config -->
<!--begin::Global Theme Bundle(used by all pages) -->
<script src="{{ url('js/app.bundle.min.js') }}" type="text/javascript"></script>
<script src="{{ asset('js/app.bundle.min.js') }}" type="text/javascript"></script>
<script src="//maps.google.com/maps/api/js?key=AIzaSyBTGnKT7dt597vo9QgeQ7BFhvSRP4eiMSM" type="text/javascript"></script>
<!--end::Global Theme Bundle -->
<!--begin::Common Script -->
<script src="{{ url('js/init.js') }}" type="text/javascript"></script>
<script src="{{ asset('js/init.js') }}" type="text/javascript"></script>
<!--end::Common Scripts -->
<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>