@extends('layouts.app')
@section('title','OpenVPN Profile')
@section('content')
OpenVPN Profile — {{ $vpn->common_name }}
Router
{{ $router->name }}
{{ $router->host }}
VPN IP
{{ $vpn->static_ip }}
Status
{{ $vpn->status }}
MikroTik — copy & paste
{{ $mikrotik }}
Upload the CA/CRT/KEY blocks from the .ovpn into Files (or leave bundled if using a desktop client).
@endsection