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
Join The Discussion! (0 Replies)
Please sign in or sign up for free to join in on the dicussion.
Be the first to Reply!