'use client'; import { Card, CardContent, CardHeader } from '@/components/ui/card'; import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow, } from '@/components/ui/table'; import { Input } from '@/components/ui/input'; import { Search } from 'lucide-react'; export default function PaymentsPage() { return (

Payments

Record and review payment transactions

Ref # Client Amount Channel Date Actions No payments recorded yet.
); }