@extends('admin.layouts.main') @section('content')
OCTOPARSE_SYNC_ENABLED=true in .env to enable the daily cron import.
tasks in config/octoparse.php.
Task ID:
{{ $taskId }}
Unique key:
{{ $taskConfig['unique_key_field'] }}
Stored records: {{ $countRow->total ?? 0 }}
Last import: @if ($log) {{ $log->status }} {{ optional($log->started_at)->format('Y-m-d H:i') }} @else never @endif