{{-- @if ($cannotUpdateAll)

Not all updates can be applied due to version incompatibility.

@endif --}} @if ($pendingUpdates->isEmpty())

No updates available.

@else @php $tabID = 'table' . rand() + 50; @endphp @foreach ($pendingUpdates as $update) @endforeach
Patch Date Title Level Description Action
{{ $update->PatchDate }} {{ $update->Title }} {{ $update->Level }} {{ $update->Description }} @if ($update->Action === 'Update') Update @else {{ $update->Action }} @endif
@endif