{{ ucfirst($platform) }} Integration

@error('store_url')
{{ $message }}
@enderror
@error('api_key')
{{ $message }}
@enderror
@if($platform !== 'shopify')
@error('secret_key')
{{ $message }}
@enderror
@endif @if (session()->has('success'))
{{ session('success') }}
@endif @if($testStatus)
@if($testStatus == 'success') @else @endif
{{ $testMessage }}
@endif @if($platform === 'woocommerce')

Or connect automatically without manual keys

Connect via WooCommerce OAuth
@endif

Connection Summary

Status
{{ ucfirst($currentStatus) }}
Last Sync
{{ $lastSync ? \Carbon\Carbon::parse($lastSync)->diffForHumans() : 'Never' }}
Sample Catalog
{{ $sampleProductCount }} Products Identified