@extends('layouts.app') @section('title', 'Dashboard') @section('content')
| Name | Protocol | Active Count | |
|---|---|---|---|
| {{ ucwords($server->name) }} | @if($server->protocol == 'wireguard') Wireguard @elseif($server->protocol == 'openvpn') OpenVPN @elseif($server->protocol == 'v2ray') V2ray @elseif($server->protocol == 'openconnect') OpenConnect @endif | {{ $server->active_count }} | |
| No Active Connections Found | |||