{{ __('Routers') }}
@php
// A platform owner is looking at every seller's hardware at once. They can
// see it and reach it for support, but linking and configuring a router
// belongs to whoever sells the Wi-Fi through it.
$isPlatformOwner = auth()->user()?->hasRole('Super Admin') ?? false;
@endphp
@unless ($isPlatformOwner)
{{ __('Link MikroTik') }}
@endunless
{{-- Preferred path: the router configures itself from a pasted one-liner --}}
{{ __('Link a MikroTik') }}
{{-- Manual entry stays for routers already reachable on a public IP --}}