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

@@ -41,7 +41,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') }}" />
<link href="{{ asset('css/bootstrap-datepicker.min.css') }}" rel="stylesheet" type="text/css" />
@@ -116,12 +116,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 -->
<!--end::Common Scripts -->