@extends('admin.firewallplus.layout', ['fwpTab' => 'nodes']) @section('fwp_title') Firewall-Plus: Nodes @endsection @section('fwp_subtitle') Node health, tokens & connectivity @endsection @section('fwp')
| FQDN | {{ $token->api_url ?: $token->fqdn }} |
| SSL | {{ $token->use_ssl ? 'ON' : 'OFF' }} |
| GeoIP | {{ $token->geoip_available ? 'Available' : 'Not available' }} |
| Last Seen | {{ $token->last_seen_at ? $token->last_seen_at->diffForHumans() : 'Never' }} |