{{ __('Actions') }} @if ($app_is_not_demo) @forelse ($users as $user) {{ $user->fullName() }} {{ $user->type->label() }} {{ $user->remaining_words }} {{ $user->remaining_images }} {{ $user->country }} {{ $user->status == 1 ? __('Active') : __('Passive') }}

{{ date('j.n.Y', strtotime($user->created_at)) }}

{{ date('H:i:s', strtotime($user->created_at)) }}

@includeIf('panel.admin.settings.particles.affiliate-setting') @empty {{ __('No users found.') }} @endforelse @else {{ __('User Informations are hidden in demo due to GDPR. See') }} {{ __('What is GDPR') }} John Doe User 12.154 940 Hungary Active

19-12-2022

19-12-2022

Patricia Foe User 10.154 120 Albania Active

12-12-2022

19-12-2022

@endif