revised approve system and some minor fixes

This commit is contained in:
Jagad R R
2025-01-02 17:59:33 +07:00
parent ff004299c1
commit 8255a530af
21 changed files with 422 additions and 31 deletions
@@ -63,7 +63,7 @@ class DashboardController extends Controller
// Sum the filtered queries
foreach ($forms as $key => $query) {
$forms[$key] = $query->sum('total');
$forms[$key] = $query->sum('approved_total');
}
return view(