fix class progress admin side

This commit is contained in:
root
2026-04-25 21:56:33 -04:00
parent 5c544f93b9
commit 5e8fa682b9
9 changed files with 475 additions and 172 deletions
+3 -1
View File
@@ -7,7 +7,9 @@ return [
|--------------------------------------------------------------------------
*/
'school_name' => env('BADGE_SCHOOL_NAME', 'Al Rahma Sunday School'),
'header_subtitle' => env('BADGE_HEADER_SUBTITLE', ''),
'motto' => env('BADGE_MOTTO', ''),
'motto_fallback' => env('BADGE_MOTTO_FALLBACK', ''),
'role_label' => env('BADGE_ROLE_LABEL', 'Student'),
'footer_address' => env('BADGE_FOOTER_ADDRESS', ''),
'footer_address' => env('BADGE_FOOTER_ADDRESS', '5 Courthouse Lane, Chelmsford, MA 01824, USA'),
];