diff --git a/components/panel/turns/head/Date.js b/components/panel/turns/head/Date.js
new file mode 100644
index 0000000..21bf6b1
--- /dev/null
+++ b/components/panel/turns/head/Date.js
@@ -0,0 +1,23 @@
+import { Button, ButtonGroup } from "@mui/material"
+
+function Date() {
+ return (
+
+
+
+
+ )
+}
+
+export default Date
\ No newline at end of file
diff --git a/components/panel/turns/head/SearchDoctor.js b/components/panel/turns/head/SearchDoctor.js
new file mode 100644
index 0000000..fac240f
--- /dev/null
+++ b/components/panel/turns/head/SearchDoctor.js
@@ -0,0 +1,53 @@
+import ArrowBottomP from '@/components/icons/ArrowBottomP'
+import ExportP from '@/components/icons/ExportP'
+import SearchD from '@/components/icons/SearchD'
+import { Button, ButtonGroup, TextField } from '@mui/material'
+
+function SearchDoctor() {
+ return (
+
+
+
+
+
+
+
+ )
+}
+
+export default SearchDoctor
\ No newline at end of file
diff --git a/components/panel/turns/head/index.js b/components/panel/turns/head/index.js
new file mode 100644
index 0000000..70c9b3d
--- /dev/null
+++ b/components/panel/turns/head/index.js
@@ -0,0 +1,16 @@
+import Date from "./Date"
+import SearchDoctor from "./SearchDoctor"
+
+function Head() {
+ return (
+
+
+
لیست نوبت های پزشکان
+
+
+
+
+ )
+}
+
+export default Head
\ No newline at end of file
diff --git a/components/panel/turns/index.js b/components/panel/turns/index.js
index d2ca7c2..592e5c3 100644
--- a/components/panel/turns/index.js
+++ b/components/panel/turns/index.js
@@ -1,6 +1,10 @@
+import Head from "./head"
+
function TurnsPage({ data }) {
return (
-
TurnsPage
+
+
+