#Update table function laravel 9

8 messages · Page 1 of 1 (latest)

late garden
#

Update table function laravel 9

lavish lance
#

have you tried dding your request

#

to at least find out where exactly it gets return, or does it even reach controller?

remote shadow
#

In your route, you called your variable AID, for Laravel to automatically bind with a model, the variable names must be the same in your controller, otherwise Laravel gives you an empty model

Try renaming in your route to {editAccount}.

#

I may call it simply $account by th way (and {account} in your route)

late garden
late garden
#

anyway, this is how i fetched my data to show in edit form page.