Creator Overview Dashboard | Buy Me A Drink

Welcome back, {{ $creator->display_name }}! 👋

Here is a real-time overview of your earnings and supporter activity.

View Live Page
Net Earnings
${{ number_format($totalEarnings, 2) }}

Direct Payouts Active

Unique Supporters
{{ $totalSupporters }}

One-time & Subscribers

Active Subscribers
{{ $activeSubscribers }}

Tier Members

Monthly Recurring (MRR)
${{ number_format($mrr, 2) }}

Predicted monthly payouts

Recent Support Activity

View All CRM
@forelse($recentDonations as $donation) @empty @endforelse
Supporter Quantity Amount Message Date
🍺 {{ $donation->supporter_name }} {{ $donation->drinks_count }} {{ $creator->drink_unit_name }}(s) ${{ number_format($donation->amount, 2) }} {{ $donation->message ?? '—' }} {{ $donation->created_at->diffForHumans() }}
No support transactions recorded yet.

Active Goal Target

@if($activeGoal)
{{ $activeGoal->title }} ${{ number_format($activeGoal->current_amount, 2) }} / ${{ number_format($activeGoal->target_amount, 2) }}
@php $percent = min(100, round(($activeGoal->current_amount / max(1, $activeGoal->target_amount)) * 100)); @endphp

{{ $percent }}% Complete

@csrf @method('DELETE')
@else

Set a financial goal (e.g., "New Studio Camera") to motivate your fans!

@csrf
@endif