resources/assets/core/js/components/_init.js
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700"/>
<link rel="preload" href="http://127.0.0.1:8000/demo7/plugins/global/plugins.bundle.css" as="style" onload="this.onload=null;this.rel="stylesheet"" type="text/css"><noscript><link rel="stylesheet" href="http://127.0.0.1:8000/demo7/plugins/global/plugins.bundle.css"></noscript>
<link rel="preload" href="http://127.0.0.1:8000/demo7/plugins/global/plugins-custom.bundle.css" as="style" onload="this.onload=null;this.rel="stylesheet"" type="text/css"><noscript><link rel="stylesheet" href="http://127.0.0.1:8000/demo7/plugins/global/plugins-custom.bundle.css"></noscript>
<link href="http://127.0.0.1:8000/demo7/css/style.bundle.css" rel="stylesheet" type="text/css"/>
<script src="http://127.0.0.1:8000/demo7/plugins/global/plugins.bundle.js"></script>
<script src="http://127.0.0.1:8000/demo7/js/scripts.bundle.js"></script>
<script src="http://127.0.0.1:8000/demo7/js/custom/widgets.js"></script>
<script src="http://127.0.0.1:8000/demo7/js/init.js"></script>
/config/demo7/general.php
. Then try to remove this line from the assets.js/init.js
@section("scripts")
<script src="{{ asset("/demo7/js/vendors/plugins/flatpickr.init.js") }}"></script>
<script>
$("#kt_datepicker_2").flatpickr();
</script>
@endsection
<input class="form-control form-control-solid" placeholder="Pick a date" />
init.js
missing issue can be resolved.resources/assets
is always active with updates. Just replace this folder with the recent version. For your own codes and customization, please try to isolate them from the core assets for easier updates.