change design dashboards all page and search clinics
This commit is contained in:
@@ -5,6 +5,7 @@ import TrashB from "@/components/icons/TrashB";
|
||||
import { Button, TableCell, TableRow, Tooltip } from "@mui/material";
|
||||
import Head from "../../components/Head";
|
||||
import AddBtn from "../../components/AddBtn";
|
||||
import UpdateBtn from "../../components/UpdateBtn";
|
||||
|
||||
function Relatives({ data }) {
|
||||
const tableHead = ["ردیف", "نام", "نسبت", "شماره تماس", "آدرس", ""];
|
||||
@@ -13,6 +14,7 @@ function Relatives({ data }) {
|
||||
return (
|
||||
<div>
|
||||
<Head text="لیست بستگان">
|
||||
<UpdateBtn />
|
||||
<AddBtn />
|
||||
</Head>
|
||||
<CustomTable
|
||||
|
||||
Reference in New Issue
Block a user