public function index() { $labs = Lab::paginate(10); return View::make('lab.labs', compact('labs')); }