{{-- Header --}}
{{-- Stats Cards --}}
{{-- Primary IPs Table --}}
مدیریت Primary IPs
مدیریت آدرسهای IP اصلی سرورهای Hetzner
مجموع IPs
{{ $stats['total'] }}
Assigned
{{ $stats['assigned'] }}
Unassigned
{{ $stats['unassigned'] }}
هزینه ساعتی کل
{{ number_format($stats['total_hourly_cost']) }}
تومان/ساعت
| Name / IP Address | Server | Reverse DNS | Location | هزینه ساعتی | ایجاد شده | ||
|---|---|---|---|---|---|---|---|
|
@if($ip->type === 'ipv4')
IPv4
@else
IPv6
@endif
{{ $ip->provider_ip_id ? "primary-ip-{$ip->provider_ip_id}" : $ip->ip }}
{{ $ip->ip }}
|
@if($ip->server) {{ $ip->server->name }} @else Unassigned @endif | {{ $ip->rdns ?? '-' }} | 🇩🇪 {{ $ip->location ?? 'Nuremberg' }} |
{{ number_format($ip->hourly_cost) }}
تومان/ساعت
{{ $ip->getHoursSinceDetach() }} ساعت
@endif
|
{{ $ip->created_at->format('Y/m/d') }} |
|
|
هنوز Primary IP ای نداریداولین آدرس IP خود را ایجاد کنید |
|||||||