Creator Management | Super Admin

Creator Moderation Directory

Audit creator accounts, toggle verification badges, and inspect page handles.

@forelse($creators as $creator) @empty @endforelse
Creator Handle Owner Email Support Unit Total Supporters Verified Status Actions

{{ $creator->display_name }}

Joined {{ $creator->created_at->format('M Y') }}

{{ '@' . $creator->handle }} {{ $creator->user->email ?? 'N/A' }} {{ $creator->drink_unit_name }} (${{ number_format($creator->drink_price, 2) }}) {{ $creator->donations->count() }} @if($creator->is_verified) Verified ✓ @else Standard @endif View Page
@csrf
No creators found.
{{ $creators->links() }}