"use client"; import Link from "next/link"; import { AppShell } from "@/components/app-shell"; import { KPICards } from "@/components/cases/kpi-cards"; import { StatusDonut } from "@/components/cases/status-donut"; import { CasesTable } from "@/components/cases/cases-table"; import { Card, CardContent } from "@/components/ui/card"; import { Button } from "@/components/ui/button"; import { useCases } from "@/lib/api/cases"; export default function HomePage() { const { data, isPending, error } = useCases(true); return (
ועדת ערר לתכנון ובנייה · ירושלים

עוזר משפטי

לוח בקרה לניהול תיקי ערר, ניתוח סגנון, וכתיבת החלטות לפי ארכיטקטורת 12 הבלוקים.

רשימת תיקים

מעודכן חי

פיזור סטטוסים

); }