Send Hidden Form Input from View to Laravel Controller

Channel:
Subscribers:
136,000
Published on ● Video Link: https://www.youtube.com/watch?v=oFPyu8qUpEg



Category:
Guide
Duration: 4:47
4,069 views
27


In this video you will learn how to send hidden value from laravel form input to laravel controller. To send a hidden value from laravel blade to controller, you will need to create a form in your blade. Within your form write your route and hidden value in the input field. And the form method should be post method.
You also learn how to make the form input hidden. This is same as hidden field value is the controller.

See the link below for more information
https://www.dbestech.com/tutorials/how-to-send-hidden-value-from-blade-to-laravel-controller







Tags:
How to send a hidden value in laravel
hidden value in laravel
set a hidden value in laravel
send hidden to controller in php
how to send a hidden value in php
hidden form input value in laravel
send hidden form input value to controller