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
+1 -1
View File
@@ -7,7 +7,7 @@ return [
|--------------------------------------------------------------------------
*/
'school_name' => env('BADGE_SCHOOL_NAME', 'Al Rahma Sunday School'),
'motto' => env('BADGE_MOTTO', 'Learn • Lead • Succeed'),
'motto' => env('BADGE_MOTTO', ''),
'role_label' => env('BADGE_ROLE_LABEL', 'Student'),
'footer_address' => env('BADGE_FOOTER_ADDRESS', ''),
];