Route::get('/', function () { return view('greeting', ['name' => 'James']); });
return View::make('blog')->with('posts', $posts);