Looks like the problem is still the script is not included in the blade correctly just push the js to blade directly and debug .
`@push('scripts') <script> // your JS here </script> @endpush`