@extends('layouts.admin') @section('title', 'Dashboard') @section('breadcrumb_title', 'Dashboard') @section('breadcrumb_sub_title', 'Overview') @section('page_title', 'Dashboard') @section('content')
Total Charging Points
New Update Requests
Active Clients
bug Requests
| Status | Count | Percentage | Progress |
|---|---|---|---|
Verified |
{{ $stats['active_charging_points'] ?? 0 }} |
{{ $stats['active_percentage'] ?? 0 }}% |
{{ $stats['active_percentage'] ?? 0 }}%
|
Under Review |
{{ $stats['under_review_points'] ?? 0 }} |
{{ $stats['review_percentage'] ?? 0 }}% |
{{ $stats['review_percentage'] ?? 0 }}%
|
Merged |
{{ $stats['merged_charging_points'] ?? 0 }} |
{{ $stats['merged_percentage'] ?? 0 }}% |
{{ $stats['merged_percentage'] ?? 0 }}%
|
Rejected |
{{ $stats['rejected_charging_points'] ?? 0 }} |
{{ $stats['rejected_percentage'] ?? 0 }}% |
{{ $stats['rejected_percentage'] ?? 0 }}%
|
Inactive |
{{ $stats['inactive_charging_points'] ?? 0 }} |
{{ $stats['inactive_percentage'] ?? 0 }}% |
{{ $stats['inactive_percentage'] ?? 0 }}%
|
{{ $activity['description'] ?? 'No description available' }}
{{ $activity['time'] ?? 'Just now' }}
Check back later for updates
Common administrative tasks