how do i send to javascript files in variables?
I don't want to use it this way
@section("js")
<script>
...
</script>
@endsection
i want it this way
@section("js")
<script src="home.js"></script>
@endsection
Javascript file:
var id = {{ $variable }}