Users with subscriptions expiring within 10 days
Subscriptions expiring within the next 10 days
{{ $users->total() }}
Total Users
| S.No | User | Validity From | Expires On | Days Left | Status | Actions | |
|---|---|---|---|---|---|---|---|
| {{ $users->firstItem() + $index }} |
{{ strtoupper(substr($user->name, 0, 1)) }}
{{ $user->name }}
#{{ $user->id }}
|
{{ $user->email }} | {{ $user->validity_from ? $user->validity_from->format('d M Y') : 'N/A' }} | {{ $user->validity_to ? $user->validity_to->format('d M Y') : 'N/A' }} | {{ $daysLeft }} days | Expiring Soon | |
All Good!No subscriptions expiring within the next 10 days |
|||||||