import CustomTable from "@/app/component/CustomTable"; import TextLoading from "@/app/component/loading/Text"; import { Switch, TableCell, TableRow } from "@mui/material"; import Head from "../../components/Head"; import UpdateBtn from "../../components/UpdateBtn"; function Disease({ data }) { const tableHead = ["ردیف", "اسم", "وضعیت", ""]; const centerTable = [0]; return (