Premium Users ({{ $users->total() }})
Manage ads, calls, and block status for premium users
@if ($users->count() > 0)
@else
@endif
@if ($users->count() > 0)
| ID | Name | Status | Google Ads | Call Feature | Block Status | Actions | |
|---|---|---|---|---|---|---|---|
| #{{ $user->id }} | {{ $user->name }} | {{ $user->email }} | ✓ Premium | {{ $user->show_ads ? '✓ Enabled' : '✗ Disabled' }} | {{ $user->call_enabled ? '✓ Enabled' : '✗ Disabled' }} | {{ $user->is_blocked ? '🔒 Blocked' : '✓ Active' }} |
⭐ No Premium Users
No premium users available yet.
{{ $users->links() }}
@endif