{{ __('navigation.sync.last_sync') }}

{{ $this->getLastSyncTime() }}

{{ __('navigation.sync.pending_changes') }}

{{ $this->getPendingCount() }}

{{ __('navigation.sync.peer_address') }}

{{ \App\Models\OsurgInitial::val('sync_peer_ip', config('sync.peer_ip')) ?: '—' }} @php($port = \App\Models\OsurgInitial::val('sync_peer_port', config('sync.peer_port'))) @if($port && $port != 80) :{{ $port }} @endif

{{ __('navigation.sync.setup_guide') }}

{{ __('navigation.sync.setup_description_dynamic') }}

  • sync_peer_ip — {{ __('navigation.sync.field_peer_ip') }}
  • sync_peer_port — {{ __('navigation.sync.field_peer_port') }}
  • sync_token — {{ __('navigation.sync.field_sync_token') }}

⚠ {{ __('navigation.sync.setup_warning') }}

{{ __('navigation.import.label') }}

{{ __('navigation.import.confirm_description') }}

{{-- File drop zone --}}
{{-- Idle state --}}

{{ __('navigation.import.drop_or_click') }}

{{ __('navigation.import.file_hint') }}

{{-- File selected state --}}

{{ __('navigation.import.uploading') }} {{ __('navigation.import.file_ready') }}

@error('sqlFile')

{{ $message }}

@enderror {{-- Upload progress bar --}}
{{-- Submit button --}}
{{ __('navigation.import.confirm_button') }} {{ __('navigation.import.processing') }}
@if($report)

{{ __('navigation.sync.last_report') }}

{{ $report }}
@endif @if($importReport)

{{ __('navigation.import.last_report') }}

{{ $importReport }}
@endif