Planuri Disponibile

Dashboard / Planuri

@if($plans->count() > 0)
@foreach($plans as $plan)

{{ $plan->name }}

@if($plan->description)

{{ $plan->description }}

@endif
@if($plan->price > 0) {{ number_format($plan->price, 2) }} RON @else GRATUIT @endif
@if($plan->price > 0)

pe lună

@endif
{{ $plan->dns_zones_limit }} Zone DNS
{{ $plan->subdomains_limit }} Subdomenii
{{ $plan->nameservers_limit }} Nameservere
@if($plan->dns_queries_limit) {{ number_format($plan->dns_queries_limit) }} Query-uri DNS/Lună @else Query-uri DNS Nelimitate @endif
@if($plan->allow_zone_export)
Export Zone DNS
@endif @php $allowedTypes = $plan->allowed_record_types ?? []; $allTypes = ['A', 'AAAA', 'CNAME', 'MX', 'TXT', 'NS', 'SOA', 'SRV', 'CAA', 'PTR', 'NAPTR']; $displayTypes = empty($allowedTypes) ? $allTypes : $allowedTypes; @endphp
Tipuri înregistrări DNS:
@foreach($displayTypes as $type) {{ $type }} @endforeach
@auth @if(Auth::user()->plan_id == $plan->id) @else Contactează-ne @endif @else Înregistrează-te @endauth
@endforeach
@else

Niciun plan disponibil

Momentan nu există planuri active.

@endif