|
@@ -433,7 +433,7 @@ class HomeController extends Controller
|
|
|
default:
|
|
|
break;
|
|
|
}
|
|
|
- $patients = $query->orderBy('id', 'desc')->paginate(500);
|
|
|
+ $patients = $query->orderBy('id', 'desc')->paginate(50);
|
|
|
return view('app/patients', compact('patients', 'filter'));
|
|
|
}
|
|
|
|