Skip to content
Advertisement

Route groups and form posting in laravel

I am using CoreUI and Laravel to build a project and I want to make a form on clients/addclient which will pass all the data from form to my database.

I am struggling into this part:

I have these routes on web.php:

JavaScript

I have a file called addclient.blade.php with this form tag:

JavaScript

and on ClientController I have made this function just for testing that I get the data back:

JavaScript

what am I doing wrong and I dont see any results?

thanks

Advertisement

Answer

try this

JavaScript

in form

JavaScript

you can see list group route :

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement