add total for notification

This commit is contained in:
2025-07-14 16:58:29 +03:30
parent faec6195b3
commit 1aff61aece
2 changed files with 6 additions and 10 deletions

View File

@@ -215,6 +215,8 @@ class NotificationController extends Controller
])->count();
}
$missions['total'] = $missions['request_portal'] + $missions['transportation'] + $missions['control'];
return $missions;
}
}