@extends('admin.template') @push('scripts') @endpush @section('content')
vpn_lock
Servers
{{$data['servers']->enabled}}/{{$data['servers']->total}}
devices
Connected Devices
{{$data['connected']}}
update
Last Update
{{$data['last_update']}}

CONNECT BY COUNTRY

@foreach($data['country_stats'] as $stat) @endforeach
# Country Total Connects %
{{$index++}}
{{$stat->country_code}} {{Locale::getDisplayRegion("-$stat->country_code", 'en')}}
{{$stat->connect_count}} {{$stat->percent}}

MOST CONNECTED COUNTRIES

@endsection