Ejemplo n.º 1
0
 public function index()
 {
     $updates = Update::orderBy('updated_at', 'desc')->get();
     return View::make('Middle.Web.Update.index', compact('updates'));
 }