���� ������������������������������������ setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); $lastSync = $pdo->query("SELECT * FROM product_sync_log ORDER BY id DESC LIMIT 1")->fetch(PDO::FETCH_ASSOC); $lastSyncedTime = $lastSync ? date("Y-m-d H:i:s", strtotime($lastSync['last_synced_at'])) : 'Never'; $lastProductName = $lastSync ? $lastSync['last_product_name'] : 'N/A'; ?> Product Sync Dashboard

🔁 Product Sync Dashboard

🕒 Last Sync Time:

📦 Last Product Synced:

Syncing... please wait