@extends('layouts.app') @section('title', 'Wireguard Servers') @section('content')
| Name | Country Code | City Name | Host | Port | VPS Username | Type | Registered | Status | Action |
|---|---|---|---|---|---|---|---|---|---|
| {{ ucwords($server->name) }} | {{ $server->country_code }} | {{ $server->city_name }} | {{ $server->host ?? '-' }} | {{ $server->port ?? 22 }} | {{ $server->vps_username ?? '-' }} | @if($server->type == 1) Premium @else Free @endif | {{ $server->created_at->format('M d, Y') }} |
status == 1 ? 'checked' : '' }}>
|
Edit Delete |
| No Servers Found | |||||||||