hello guys , sorry if this is a stupid question but i have been searching for way to pass data from alpine js to edge js , in my case i need to pass an id to the route() where the id is coming from the selectedReview alpine variable :
<template x-if="selectedReview" >
<form action="{{route('reviews.update',{id:"**i need the id here** "})}}" i thought i could use the x-bind but it didn't work for me