@extends('admin.layouts.main', ['fluid' => true]) @section('content')
Task ID: {{ $taskId }}
@if (!empty($taskConfig['unique_key_field']))
·
Unique key: {{ $taskConfig['unique_key_field'] }}
@endif
| ID{!! $arrow('id') !!} | External key{!! $arrow('external_key') !!} | Payload (preview) | Scraped at{!! $arrow('scraped_at') !!} | Imported at{!! $arrow('imported_at') !!} |
|---|---|---|---|---|
| {{ $record->id }} | {{ $record->external_key }} |
{{ $payloadPreview }}@if (mb_strlen($payloadJson) > 240)…@endif
View full payload |
{{ optional($record->scraped_at)->format('Y-m-d H:i') ?: '—' }} | {{ optional($record->imported_at)->format('Y-m-d H:i') ?: '—' }} |
| No records imported yet for this task. | ||||