{{ __('Live Traffic Monitor') }}
{{ __('Settings') }}
@if($selectedRouter)
{{ __("Tip: Select a PPPoE interface to monitor a specific user's live traffic.") }}
@endif @if($selectedInterface)
{{ __('Download') }} 0 Mbps
{{ __('Upload') }} 0 Mbps
@endif
{{ __('Real-time Traffic Graph') }} @if($selectedInterface) - {{ $selectedInterface }} @endif
@if(!$selectedRouter || !$selectedInterface)
{{ __('Please select a router and interface to begin monitoring traffic.') }}
@else
@endif