added support ticket and added more stat widgets

This commit is contained in:
Gitea
2025-05-17 05:11:29 +05:30
parent f30d7fa096
commit 175a7203f3
19 changed files with 975 additions and 6 deletions

View File

@@ -40,7 +40,7 @@
//['label' => '10 Minute Mail', 'route' => 'dashboard.10minute'],
['label' => 'Bulk Email Generator', 'route' => 'dashboard.bulk'],
['label' => 'Bulk Gmail Generator', 'route' => 'dashboard.bulkGmail'],
//['label' => 'Compose Email', 'route' => 'dashboard.compose'],
['label' => 'Support Ticket', 'route' => 'dashboard.support'],
];
$currentRoute = Route::currentRouteName();