adspace
Answer Posted / Abhinav Kumar
"To return a view from a route in Laravel, you can define a route and call the `view()` function with the name of your view file. For example: `Route::get('/', function () { return view('welcome'); });`. The view will be rendered using the Blade templating engine."n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers