Apply settings-driven pagination/QR behavior and update landing/menu routes

This commit is contained in:
Arya Dwi Putra
2025-12-02 08:30:09 +07:00
parent 82d55313fc
commit 556985f35f
6 changed files with 77 additions and 47 deletions

View File

@@ -54,7 +54,7 @@ class AssetController extends Controller
->when($filters['person_in_charge_id'] ?? null, fn($q, $v) => $q->where('person_in_charge_id', $v))
->when($filters['warranty_id'] ?? null, fn($q, $v) => $q->where('warranty_id', $v))
->orderBy('created_at', 'desc')
->paginate(15)
->paginate(config('system.ui.table_page_size', 15))
->withQueryString();
return view('assets.index', [