@php
$stages = config('browser_translation.stages', []);
$colombia = config('browser_translation.regional_targets.es-CO', []);
@endphp
Three compliance stages
@foreach($stages as $num => $stage)
-
Stage {{ $num }}
{{ $stage['title'] ?? '' }}
@if(!empty($stage['checks']))
@foreach($stage['checks'] as $check)
{{ str_replace('_', ' ', $check) }}
@endforeach
@endif
@endforeach
For operators in Colombia
Content is written in plain English so automated translation to español (Colombia) reads clearly.
We do not change your account language in the database when you translate in the browser.
- Chrome / Edge: Right-click the page → Translate to Spanish (or your browser language).
- Safari: Tap the translate icon in the address bar when offered.
- Reference codes (for example INT-EN590-DEMO), amounts, and account numbers stay in standard form and may not translate.
- USD amounts remain in United States dollar format; only descriptive text is translated.
@if(!empty($colombia['hint']))
{{ $colombia['hint'] }}
@endif
After live updates
Some panels refresh every few seconds. If a label appears in English again, use your browser translate once more
or refresh the page with translation enabled.