@extends('layouts.main') @section('content')
| Product ID | Status | Shopify ID | Message |
|---|---|---|---|
| {{ $result['product_id'] ?? 'N/A' }} | {{ $result['status'] }} | {{ $result['shopify_id'] ?? 'N/A' }} |
{{ $result['message'] }}
@if(!empty($result['error_details']))
{{ json_encode($result['error_details'], JSON_PRETTY_PRINT) }}
|
No sync results found. Please sync some products first.
Go to Products