| {{ __('common.user') }} | {{ __('common.info') }} | {{ __('common.plan') }} | {{ __('common.status') }} | {{ __('common.joined') }} | {{ __('common.actions') }} |
|---|---|---|---|---|---|
|
{{ $user->name }} {{ $user->email }} |
{{ $user->apps_count ?? 0 }}
{{ __('common.apps') }}
{{ $user->remaining_credits }}
{{ __('common.credits') }}
@if($user->email_verified_at)
{{ __('common.verified') }}
@endif
|
@if($user->plan) {{ $user->plan->name }} @else — @endif | @if($user->status === 'active') {{ __('common.active') }} @else {{ __('common.inactive') }} @endif | {{ $user->created_at->format('M d, Y') }} | @if(config('app.demo') && $user->id === 1) {{ __('common.edit') }} {{ __('common.delete') }} @else @if($user->role !== 'admin') @endif @endif |
| {{ __('admin.no_users_found') }} | |||||