@section('title') {{'IP addresses'}} @endsection @section('style') @endsection {{ __('IP addresses') }} Add IP Type Address Actions @if(!empty($dn)) @foreach($dn as $dns) {{ $dns->is_ipv4}} {{ $dns->address}} @csrf @method('DELETE') @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 ips
Built on Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }} )