Added guard hourly patrol chart

This commit is contained in:
dhanabalan
2025-06-25 14:23:52 +05:30
parent 3a796857b0
commit cbfe7a56bb
4 changed files with 639 additions and 0 deletions

View File

@@ -131,6 +131,8 @@ class PermissionSeeder extends Seeder
Permission::updateOrCreate(['name' => 'view production line stop count dashboard']);
Permission::updateOrCreate(['name' => 'view guard patrol entry dashboard']);
Permission::updateOrCreate(['name' => 'view guard patrol day count dashboard']);
Permission::updateOrCreate(['name' => 'view guard patrol hourly count dashboard']);
}
}