add school year model

This commit is contained in:
root
2026-06-07 00:52:01 -04:00
parent a192ed433d
commit 6866aedf42
36 changed files with 4771 additions and 88 deletions
@@ -16,9 +16,9 @@ class AdministratorTeacherSubmissionController extends Controller
) {
}
public function index(): JsonResponse
public function index(Request $request): JsonResponse
{
return response()->json($this->service->report());
return response()->json($this->service->report($request->query()));
}
public function notify(Request $request): JsonResponse