@if($display)
@if ($this->job_history->count() > 0)

Jobs Queue ({{ $this->num_started }}/{{ $this->num_ready }})

@foreach ($this->job_history as $history) $history->status->value === 0, 'text-danger-700' => $history->status->value === 1, 'text-create-700' => $history->status->value === 2, 'text-primary-500' => $history->status->value === 3, ]) > {{ $history->job }} -- {{ $history->updated_at->diffForHumans() }}
@endforeach
@endif
@endif