I want to call JavaScript file, but I got error that function is not found
I want to call JavaScript file on this page.
This is my blade:
I put this:
<script type="text/javascript" src="{{URL::asset('js/lihatjadwal.js')}}"></script>
This is my JavaScript file (lihatjadwal.js):
Thank you if somebody want to help me :)