@extends('layouts.app') @section('content')

{{ __('app.bitrix24_first') }}

{{ __('app.dashboard_title') }}

{{ __('app.dashboard_description') }}

{{ __('app.current_locale') }}: {{ app()->getLocale() }}

{{ __('app.portal_domain') }}: {{ $bitrixContext['domain'] ?: __('app.not_available') }}

{{ __('app.placement') }}: {{ $bitrixContext['placement'] ?: __('app.embedded_app') }}

{{ __('app.mvp_scope') }}

  • {{ __('app.scope_installation') }}
  • {{ __('app.scope_robot') }}
  • {{ __('app.scope_webhook') }}
  • {{ __('app.scope_multilingual') }}

{{ __('app.available_endpoints') }}

@foreach ($endpoints as $label => $endpoint)

{{ $label }}

{{ $endpoint }}
@endforeach

{{ __('app.configuration_status_title') }}

  • {{ $portalSummary['installed'] ? __('app.portal_detected') : __('app.portal_missing') }}
  • {{ $portalSummary['active_account_id'] ? __('app.active_account_configured', ['account' => $portalSummary['active_account_id']]) : __('app.active_account_missing') }}

{{ __('app.configuration_actions_title') }}

{{ __('app.configuration_actions_description') }}

{{ __('app.next_steps_title') }}

  1. {{ __('app.next_step_env') }}
  2. {{ __('app.next_step_migrate') }}
  3. {{ __('app.next_step_credentials') }}
  4. {{ __('app.next_step_fields') }}
@endsection