@extends('layouts.app') @section('content')

Welcome!

@if($isSuperAdmin) Access the complete control panel of the Blulinc platform @elseif($isPartnerAdmin) Manage your partner data in the Blulinc platform @else Welcome to the Blulinc platform @endif

@if($isSuperAdmin) Global Dashboard @elseif($isPartnerAdmin) Partner Dashboard @else Dashboard @endif

Real-time control panel and analytics

{{ number_format($dashboardData['kpis']['totalUsers'] ?? 0) }}
Total Users
@if($isSuperAdmin || $isPartnerAdmin)
{{ number_format($dashboardData['kpis']['totalAmpecoUsers'] ?? 0) }}
Blulinc Users
@endif
{{ number_format($dashboardData['kpis']['totalEnergy'] ?? 0, 2) }}
Total Energy (kWh)
€{{ number_format($dashboardData['kpis']['totalRevenue'] ?? 0, 2) }}
Total Revenue
@if($isSuperAdmin)
{{ number_format($dashboardData['kpis']['totalPartners'] ?? 0) }}
Partners
@endif @if($isSuperAdmin || $isPartnerAdmin)
{{ number_format($dashboardData['kpis']['totalChargePoints'] ?? 0) }}
Charge Points
{{ number_format($dashboardData['kpis']['totalLocations'] ?? 0) }}
Locations
@endif

Monthly Trends

User Management

Access and manage all system users

Go to User List
@endsection