@php /** @var ?\App\Models\Tenant $tenant */ /** @var \Illuminate\Support\Collection $runs */ /** @var string $operationsIndexUrl */ /** @var string $operationsIndexLabel */ /** @var string $operationsIndexDescription */ @endphp @if ($runs->isEmpty())
No operations yet.
@else @if (! empty($operationsIndexUrl))
{{ $operationsIndexDescription }}
{{ $operationsIndexLabel }}
@endif @endif