{{ __('Sync Your Inventory with Ecommerce') }}

@if (session()->has('success'))
{{ session('success') }}
@endif @if (session()->has('error'))
{{ session('error') }}
@endif
@foreach ($integrations as $item)

{{ __('Ecommerce Platform') }}:

{{ $integration->getTypeName() }}

{{ $integration->store_url }}

{{ $integration->api_key }}

{{ $integration->last_sync }}

{{ $integration->status }}

@endforeach

{{ __('Missing Products') }} :

@if ($missingProducts) {{ $missingProducts }} @endif

{{ __('Inventory Products') }} :

{{ $inventoryProducts }}

{{ __('Website URL') }}

@if ($token)

{{ __('Your API Token') }}

{{ $token }}

@endif
@livewire('sync.products') @livewire('sync.login')