add badge logic

This commit is contained in:
root
2026-04-25 01:23:21 -04:00
parent eafe4eb134
commit 5c544f93b9
13 changed files with 1468 additions and 169 deletions
@@ -149,6 +149,7 @@ class BadgeController extends Controller
'data' => $this->badgeFormDataService->build(
schoolYear: $request->input('school_year'),
selectedUserIds: $this->parseStaffUserIds($request),
selectedStudentIds: $this->parseStudentIds($request),
activeRole: $request->input('active_role')
),
]);