change design dashboards all page and search clinics

This commit is contained in:
Ehsan
2025-05-27 22:27:02 +03:30
parent d95815d4aa
commit 38e243b4c7
17 changed files with 155 additions and 98 deletions
@@ -5,6 +5,7 @@ import TrashB from "@/components/icons/TrashB";
import { Button, TableCell, TableRow } from "@mui/material";
import Head from "../../components/Head";
import AddBtn from "../../components/AddBtn";
import UpdateBtn from "../../components/UpdateBtn";
function Surgeries({ data }) {
const tableHead = [
@@ -19,6 +20,7 @@ function Surgeries({ data }) {
return (
<div>
<Head text="لیست جراحی ها">
<UpdateBtn />
<AddBtn />
</Head>
<CustomTable