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

@@ -95,7 +95,7 @@
@endif
@if (session()->has('error'))
<div class="mt-4 text-green-700">
<div class="mt-4 app-primary">
{{ session('error') }}
</div>
@endif