Questions
You can pass data to the view using the with method.
with
return View::make('blog')->with('posts', $posts);
~ Answered on 2013-08-20 17:53:36