{{ __('help.install_title') }}

{{-- Hero --}}
📲

{{ __('help.install_title') }}

{{ __('help.install_intro') }}

{{-- Android --}}

🤖 {{ __('help.install_android_title') }}

    @foreach ([ __('help.install_android_step1'), __('help.install_android_step2'), __('help.install_android_step3'), __('help.install_android_step4'), ] as $i => $step)
  1. {{ $i + 1 }} {{ $step }}
  2. @endforeach
{{-- iOS --}}

🍎 {{ __('help.install_ios_title') }}

    @foreach ([ __('help.install_ios_step1'), __('help.install_ios_step2'), __('help.install_ios_step3'), __('help.install_ios_step4'), ] as $i => $step)
  1. {{ $i + 1 }} {{ $step }}
  2. @endforeach
{{-- Note --}}

💡 {{ __('help.install_note') }}