can take values directly from database to view page?
-
can take values directly from database to view page?
-
Hi @Harsha,
You can but this is not recommendable. As Laravel is an MVC pattern you need to separate your logic and pass it by the controller to view.