@if ($syncJobId)
Job {{ $syncJobId }}: {{ $syncStatus }}...
@elseif ($syncResult)
{{ json_encode($syncResult, JSON_PRETTY_PRINT) }}
@else

No sync running.

@endif
{{ $this->table }}