Route::get('orders', function() { return View::make('orders.index') ->with('orders', Order::all()); }); //@sujay