{{ __('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_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.confirm_description') }}
{{-- File drop zone --}}{{ __('navigation.import.drop_or_click') }}
{{ __('navigation.import.file_hint') }}
{{ __('navigation.import.uploading') }} {{ __('navigation.import.file_ready') }}
{{ $message }}
@enderror {{-- Upload progress bar --}}{{ $report }}
{{ $importReport }}