import CustomTable from "@/app/component/CustomTable"; import { TableCell, TableRow } from "@mui/material"; import Image from "next/image"; function List({ user }) { const tableHead = ['ردیف', 'شناسه', 'نام پزشک', 'تاریخ', 'ساعت', 'مبلغ (تومان)', 'وضعیت'] const centerTable = [0, 4, 5]; return (