Laravel 11: How to pass a data from multiple function/method inside a controller?
I do have this set up in my Controller, which has three functions namely, func1
, func2
, and lastly
func3
.
I do have this set up in my Controller, which has three functions namely, func1
, func2
, and lastly
func3
.