panjar_uiupdate

This commit is contained in:
Ainie Hayatie
2024-01-16 16:29:51 +08:00
parent b52bf033ca
commit 36cb48b261
2 changed files with 410 additions and 408 deletions
@@ -64,6 +64,8 @@ class PanjarController extends Controller
->where('tarikh','>=',$mula)
->where('tarikh','<=',$akhir)
->orderBy('tarikh','desc')
->orderBy('nobaucer','desc')
->get();
return response()->json($panjar);