@section('title') {{'IP Addresses'}} @endsection @section('css_links') @endsection @section('style') @endsection @section('scripts') @endsection {{ __('IP Addresses') }} Add IP Type Address Actions @if(!empty($ips)) @foreach($ips as $ip) @if ($ip->is_ipv4 === 1) IPv4 @else IPv6 @endif {{ $ip->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 }} )