@if (data_get($execution, 'status') === 'running')
Task is running...
@endif
@if ($this->logLines->isNotEmpty())
@foreach ($this->logLines as $line)
{{ $line }}
@endforeach
@if ($this->hasMoreLogs())
Load More
@endif
@else
No output was recorded for this execution.
@endif
@endif
@empty
No executions found.
@endforelse