Good afternoon, I'm not able to load jquery in my laravel, I'm linking the folders correctly:
<script src="{{ asset('js/jquery/jquery-ui.js') }}" defer></script>
<script src="{{ asset('js/jquery/external/jquery/jquery.js') }}" defer></script>
But the pages do not load, does anyone have a tip?
Thank you in advance.