<!-- Scripts -->
<script src="{{ asset('./js/jquery-3.4.0.min.js') }}" ></script>
<script src="{{ asset('./js/jquery.jplayer.js') }}"></script>
<script src="{{ asset('./js/app.js') }}" defer></script>
<script src="{{ asset('./js/icecast.js') }}" ></script>
But anyways I get this error: jPlayer is not a function.
I have another project made with plain php / js / css using the same files in the same order and that works fine.
Please does anyone have some suggestions?