{{__('The given data was invalid.')}}
| {{ __('Username') }} | {{ __('Devices') }} | {{ __('Plan') }} | {{ __('Status') }} | {{ __('Expires') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|
|
{{ $user->username }}
{{ $user->email }}
|
{{ $user->total_device }}/{{ $user->limit_device }} | {{ $user->plan_name ?? '--' }} | {{ $user->active_subscription }} | @if ($user->is_expired_subscription || $user->active_subscription !== 'active') — @else {{ $user->subscription_expired }} @endif | |
| {{ __('No users found') }} | |||||