Answers for "how can i access $route.params.id in store"

PHP
6

get the parameter from the route to the view

<a class="nav-link" href=" {{ route('profiles.show',$logged_user) }}">
Posted by: Guest on June-04-2020

Code answers related to "how can i access $route.params.id in store"

Browse Popular Code Answers by Language