@extends('layouts.admin') @section('content')
This Month at a Glance (Click to view reports)

₹{{ number_format($stats['emi_collected_this_month'] ?? 0, 2) }}

EMI Collected

₹{{ number_format($stats['commission_distributed_this_month'] ?? 0, 2) }}

Commission Paid

{{ $stats['pending_withdrawals'] ?? 0 }}

Pending Withdrawals

{{ $stats['new_bookings_this_month'] ?? 0 }}

New Bookings

{{ $stats['total_projects'] }}

Active Projects

{{ $stats['total_plots'] }}

Total Plots

{{ $stats['booked_plots'] }}

Booked Plots

{{ $stats['available_plots'] }}

Available Plots

{{ $stats['total_customers'] }}

Active Customers

{{ number_format($stats['distributed_bv'], 2) }}

Distributed BV

{{ number_format($stats['distributed_pv'], 2) }}

Distributed PV

{{ $stats['pending_withdrawals'] }}

Pending Withdrawals

{{ $stats['pending_bookings'] }}

Pending Bookings

BV Paid Out (This Month)

{{ number_format($stats['total_bv_paid_out'], 2) }}

PV Paid Out (This Month)

{{ number_format($stats['total_pv_paid_out'], 2) }}

Open Support Tickets

{{ $stats['open_tickets'] ?? 0 }}

Plots Status Summary

Available

{{ $stats['available_plots'] }}

Booked

{{ $stats['booked_plots'] }}

Sold

{{ $stats['sold_plots'] }}

Property Management

Quickly manage projects and plots from the sidebar.

Manage Projects
@endsection