Super Admin Platform Overview | Buy Me A Drink

Platform Overview & Financial Operations

Real-time metrics for overall GMV, platform fee revenues (5%), and creator activity.

Platform Operational
Gross Merchandise Value (GMV)
${{ number_format($totalGMV, 2) }}

Total processed volume

Platform Fee Revenue (5%)
${{ number_format($platformFeeRevenue, 2) }}

Platform earnings collected

Active Creators
{{ $totalCreators }}

Registered creators

Active Subscriptions
{{ $activeSubscriptions }}

Active membership plans

Recent Global Transactions

View Full Ledger
@forelse($recentDonations as $donation) @empty @endforelse
Creator Target Supporter Gross ($) Platform Fee (5%) Timestamp
🥂 {{ $donation->creatorProfile->display_name ?? 'Creator' }} {{ $donation->supporter_name }} ${{ number_format($donation->amount, 2) }} ${{ number_format($donation->platform_fee, 2) }} {{ $donation->created_at->diffForHumans() }}
No global transactions found.

Recent Creators

Manage All
@foreach($recentCreators as $creator)

{{ $creator->display_name }}

{{ '@' . $creator->handle }}

@csrf
@endforeach