{{--
--}}
Dashboard
Welcome to MMRDA
Project Status
Tenement Status
Project Type Status
Project Status
@foreach ($allProjects as $selectedProject)
@endforeach
{{ $selectedProject->name }}
Inventory Statistic
SL No. | Location | Building Name(Building No.) | Amenities | Parking | Alloted | Niwasi | Reserved | Sealed | Occupied | Other | Temporary Allotment | Commercial |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $key + 1 }} | {{ $inventoryStatistic->location }} | {{ $inventoryStatistic->building_name }}({{ $inventoryStatistic->building_no }}) | {{ $inventoryStatistic->amenities }} | {{ $inventoryStatistic->parking }} | {{ $inventoryStatistic->alloted }} | {{ $inventoryStatistic->niwasi }} | {{ $inventoryStatistic->reserved }} | {{ $inventoryStatistic->sealed }} | {{ $inventoryStatistic->occupied }} | {{ $inventoryStatistic->other }} | {{ $inventoryStatistic->temporary_allotment }} | {{ $inventoryStatistic->commercial }} |
Weekly Sales Report
Current Week
$506.54
Previous Week
$305.25
Conversation
3.27%
Customers
3k
Yearly Sales Report
Quarter 1
$56.2k
Quarter 2
$42.5k
All Time
$102.03k
69.25%
US Dollar Share
Chat
-
10:00
GenevaHello!
-
10:01
ThomsonHi, How are you? What about our next meeting?
-
10:01
GenevaYeah everything is fine
-
10:02
ThomsonWow that's great
Project Statistic
Total Project | Survey Not Initiated | @foreach ($statusLabels as $label){{ $label }} | @endforeach
---|---|---|
{{ $totalProjects }} | {{ $statusCounts[0] ?? 0 }} | @foreach ($statusLabels as $id => $label){{ $statusCounts[$id] ?? 0 }} | @endforeach