@extends('layouts.app') @section('title', 'OpenVPN Servers') @section('content')
| Server | Location | Type | Status | Actions | |
|---|---|---|---|---|---|
{{ ucwords($server->name) }}Added {{ $server->created_at->format('M d, Y') }} |
{{ $server->country_code ?? '-' }} {{ $server->city_name ?? '-' }} | @if($server->type == 1) Premium @else Free @endif |
status == 1 ? 'checked' : '' }}>
|
@if($server->config_file_url)
View
@endif
|
|
|
No servers found Add your first OpenVPN server to get started |
|||||