@extends('layouts.app') @section('content')
Welcome back, {{ auth()->user()->name }}
Total Affiliates
{{ \App\Models\Affiliate::count() }}
Total Merchants
{{ \App\Models\Merchant::count() }}
Pending Affiliates
{{ \App\Models\Affiliate::where('status', 'pending')->count() }}
Pending Merchants
{{ \App\Models\Merchant::where('status', 'pending')->count() }}
Review and approve affiliates
Review and configure merchants
Configure platform settings
Active Affiliates
Approved and active accounts
Active Merchants
Approved and active stores
Commission Tiers
Available commission structures