@php $stages = config('browser_translation.stages', []); $colombia = config('browser_translation.regional_targets.es-CO', []); @endphp

Three compliance stages

    @foreach($stages as $num => $stage)
  1. Stage {{ $num }}

    {{ $stage['title'] ?? '' }}

    @if(!empty($stage['checks']))
      @foreach($stage['checks'] as $check)
    • {{ str_replace('_', ' ', $check) }}
    • @endforeach
    @endif
  2. @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.

@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.