+
+
+ Add IP
+
+
+
+
+
+ Type |
+ Address |
+ Actions |
+
+
+
+ @if(!empty($dn))
+ @foreach($dn as $dns)
+
+ {{ $dns->is_ipv4}} |
+ {{ $dns->address}} |
+
+
+ |
+
+ @endforeach
+ @else
+
+ No IPs found. |
+
+ @endif
+
+
+
+
+ @if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1)
+
+ Built on Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }}
+ )
+
+ @endif
+
+