add per page 50 and add some column onn laporan pimpinan

This commit is contained in:
arifal
2025-03-04 10:41:52 +07:00
parent 3bfcaddba4
commit ee1a395c75
16 changed files with 46 additions and 52 deletions

View File

@@ -123,5 +123,6 @@ return [
'store' => env('APP_MAINTENANCE_STORE', 'database'),
],
'api_url' => env('API_URL', 'http://localhost:8000')
'api_url' => env('API_URL', 'http://localhost:8000'),
'paginate_per_page' => 50
];