{{ __('Register the router, paste the provisioning line on RouterOS, then choose PPPoE or Hotspot services.') }}
{{-- Stepper --}} @php $steps = [1 => __('Identity'), 2 => __('Provision'), 3 => __('Services'), 4 => __('Done')]; @endphp{{ __('The identity shown in Winbox under System → Identity. Provisioning will set it to match.') }}
{{ __('Open Winbox → New Terminal and paste this one-liner. The router pulls its VPN config automatically.') }}
/system/device-mode update mode=advanced{{ $provisionCommand }}
{{ __('Choose what this router should run for subscribers.') }}
{{ __('These are independent — tick both to run PPPoE and Hotspot on the same router.') }}
{{-- Checkbox comes last in the markup: with `margin-left:auto` on a leading flex item it would shove the whole tile to the right. --}}{{ __('Interfaces that join the Bilipoa bridge for subscriber traffic.') }}
@if ($loadingInterfaces){{ __('No interfaces found.') }}
@endforelse{{ __('Optional custom network for the bridge. Defaults to') }} {{ config('provisioning.default_subnet') }}.
{{ __('Services are configured. Subscribers can authenticate through this NAS.') }}
@foreach ($configLog as $line){{ $line }}
@endforeach
@endif