Sometimes during programming, we are stuck with a scenario where we really want to call a controller function directly from view but failed due to the limitation of MVC. The solution is creating a custom helper functions that can be accessed from anywhere. The Laravel c...
Read More