import { Edit, Eye } from "lucide-react"; import { Button } from "@/Components/ui/button"; import { Link } from "@inertiajs/react"; import type { PurchaseOrder } from "@/types/purchase-order"; export function PurchaseOrderActions({ order, }: { order: PurchaseOrder }) { return (