Dashboard / Admin / Utilizatori / {{ $user->name }}
{{ $user->name }}
{{ $user->email }}
@if($user->role === 'admin') Administrator @else Utilizator @endif
@if($user->is_active) Activ @else Inactiv @endif
{{ $user->created_at->format('d.m.Y H:i') }}
{{ $user->updated_at->format('d.m.Y H:i') }}
Administrator
Acces complet, fără limite
{{ $user->resellerPlan->name }}
@if($user->resellerPlan->price > 0) {{ number_format($user->resellerPlan->price, 2) }} RON/lună @else GRATUIT @endif
{{ $user->clients->count() }} / {{ $user->resellerPlan->max_clients }}
{{ $user->resellerPlan->dns_zones_per_client }} zone DNS
{{ $user->resellerPlan->subdomains_per_client }} subdomenii
{{ $user->resellerPlan->nameservers_per_client }} NS
Reseller fără pachet asignat
{{ $user->plan->name }}
@if($user->plan->price > 0) {{ number_format($user->plan->price, 2) }} RON/lună @else GRATUIT @endif
{{ $user->dnsZones->count() }} / {{ $user->plan->dns_zones_limit }}
Max {{ $user->plan->nameservers_limit }}
Utilizator fără pachet asignat
| Domeniu | Tip | Înregistrări | Creat La |
|---|---|---|---|
| {{ $zone->domain }} | {{ $zone->type }} | {{ $zone->records->count() }} | {{ $zone->created_at->format('d.m.Y') }} |
Nicio zonă DNS creată încă
{{ $activity->description }}
Nicio activitate înregistrată