@extends('admin.layouts.app') @section('title', 'Dashboard') @section('content')

{{ number_format($stats['total_customers']) }}

Active Customers

{{ number_format($stats['total_users']) }}

Active Users

{{ number_format($stats['total_redemption_centers']) }}

Redemption Centers

{{ number_format($stats['total_wrappers_this_cycle']) }}

Wrappers (Month {{ $stats['current_month_cycle'] }})

Welcome, {{ auth()->user()->first_name }}!

You are currently on Month {{ $stats['current_month_cycle'] }} of the Indomie Arewa campaign. Use the sidebar to manage customers, redemption centers, and campaign settings.

@endsection