Apply Pagination

This commit is contained in:
2022-08-03 18:35:21 +07:00
parent f72a641f56
commit 4fb1723b76
12 changed files with 77 additions and 14 deletions

View File

@@ -34,7 +34,7 @@ class PlanController extends Controller
// $corporatePlan->where('corporate_id', $corporate_id);
// })
// ->with('corporatePlan')
->paginate(0)
->paginate()
->appends($request->all());
return $plans;