diff --git a/package.json b/package.json
index 05c6f46..b517190 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.152",
"@mui/material": "^5.12.0",
- "@witel/webapp-builder": "^1.1.0",
+ "@witel/webapp-builder": "^1.2.1",
"axios": "^1.4.0",
"colord": "^2.9.3",
"eslint": "8.36.0",
diff --git a/public/locales/fa/app.json b/public/locales/fa/app.json
index 6978a5d..af40ec3 100644
--- a/public/locales/fa/app.json
+++ b/public/locales/fa/app.json
@@ -5,6 +5,7 @@
"first_page": "خوش آمدید",
"powered_by_witel": "توسعه یافته توسط وایتل",
"login": "ورود",
+ "today": "امروز",
"pending": "درحال اجرا...",
"login_user_panel": "ورود به پنل کاربران",
"register_navy": "ثبت نام اعضای ناوگان",
diff --git a/src/core/components/GlobalHead.jsx b/src/core/components/GlobalHead.jsx
index 9036b85..002199d 100644
--- a/src/core/components/GlobalHead.jsx
+++ b/src/core/components/GlobalHead.jsx
@@ -39,14 +39,6 @@ const GlobalHead = () => {
/>
-
diff --git a/src/layouts/dashboard.jsx b/src/layouts/dashboard.jsx
index a9abba5..9883080 100644
--- a/src/layouts/dashboard.jsx
+++ b/src/layouts/dashboard.jsx
@@ -2,17 +2,21 @@ import {DashboardLayout as DashboardLayoutPure, useUser} from "@witel/webapp-bui
import headerProfileItems from "@/core/data/headerProfileItems";
import sidebarMenu from "@/core/data/sidebarMenu";
import {GET_SIDEBAR_NOTIFICATION} from "@/core/data/apiRoutes";
+import {useTranslations} from "next-intl";
+import moment from "jalali-moment";
const DashboardLayout = (props) => {
const {user} = useUser()
const middlewaresProps = props.middlewaresProps || {}
+ const t = useTranslations()
return (
<>