Sync Run #{{ $run->id }}
{{ ucfirst($run->product_type) }} ยท {{ ucfirst($run->status) }}
{{ session('success') }}
@endif
Fetched
{{ $run->fetched_count }}
Created
{{ $run->created_count }}
Updated
{{ $run->updated_count }}
Skipped
{{ $run->skipped_count }}
| External ID | Action | Status | Message |
|---|---|---|---|
| {{ $item->external_id ?? '-' }} | {{ str_replace('_', ' ', $item->action) }} | {{ $item->status }} | {{ $item->message }} |