@php($runs = $runs ?? collect()) @php($overflowCount = (int) ($overflowCount ?? 0)) @php($tenant = $tenant ?? null) {{-- Widget must always be mounted, even when empty, so it can receive Livewire events --}}
@if($run->status === 'queued') Queued • {{ ($run->started_at ?? $run->created_at)?->diffForHumans(null, true, true) }} @else Running • {{ ($run->started_at ?? $run->created_at)?->diffForHumans(null, true, true) }} @endif