@extends('admin.layouts.dashboard') @section('title', 'Admin Dashboard') @section('content') @php $stats = [ ['label' => 'Total Members', 'value' => '100,240', 'sub' => '+1,247 this month'], ['label' => 'Active Partners', 'value' => '523', 'sub' => '+12 new this month'], ['label' => 'Total Redemptions', 'value' => '48,920', 'sub' => '+3,456 this month'], ['label' => 'Monthly Revenue', 'value' => 'Rs. 8.2M', 'sub' => '+18% vs last month'], ]; $secondaryStats = [ ['label' => 'Pending Partner Applications', 'value' => '14', 'icon' => 'alert-triangle', 'color' => 'text-amber-500'], ['label' => 'Expiring Memberships (30d)', 'value' => '892', 'icon' => 'users', 'color' => 'text-blue-400'], ['label' => 'Active Offers', 'value' => '1,847', 'icon' => 'tag', 'color' => 'text-green-400'], ]; @endphp
Welcome back, Admin. Here's what's happening today.
{{ $item['label'] }}
{{ $item['sub'] }}
{{ $item['value'] }}
{{ $item['label'] }}
New member registration: Kasun Perera
Partner offer approved: Hilton Colombo
Membership renewal: ID #8821
API Status: Operational
Payment Gateway: Operational
Email Service: Operational