💫 The magic of Inertia.js with the simplicity of Blade 💫 - Splade provides a super easy way to build Single Page Applications (SPA) using standard Laravel Blade templates, and sparkle it to make it interactive. All without ever leaving Blade.
In a Spalde Form I use the x-splade-select component with the remote-url option. The url expect a id which comes from another form component.
Currently I have to specify the URL directly:
Description:
In a Spalde Form I use the x-splade-select component with the remote-url option. The url expect a id which comes from another form component. Currently I have to specify the URL directly:
Is there a way to use the route method from Laravel to pass the url? Maybe in this way: