import { DatePickerWithRange } from "@/components/Dashboard/DatePicker"; import AuthenticatedLayout from "@/layouts/authenticated-layout"; import { Head } from "@inertiajs/react"; import { Building, School, Skull, UsersRound, Waves, TrendingUp, ArrowUpRight, ArrowDownRight, Activity, } from "lucide-react"; import StatsCard from "@/components/Dashboard/DashCard"; import { ChartCard } from "@/components/Dashboard/ChartCard"; import { Card } from "@/components/ui/card"; export default function Dashboard() { return (
{/* Top Section */}

Dashboard Overview

{/*

Detailed monitoring and analytics of environmental metrics

*/}
{/* Stats Cards Grid */}
+12.5%

Total Laporan

1,305

+8.2%

Jumlah Perusahaan

847

-3.1%

Jumlah Verifikator

124

+5.7%

Air Limbah

2,431

-2.3%

Limbah B3

567

{/* Cerobong Stats Section */}

Total Cerobong

Update terakhir: Senin, 03 Feb 2025

2,336

Seluruh Perusahaan
{/* Chart Section */}
); }