lasthourcloud/resources/views/command-center.blade.php
Andras Bacsai 50bac2c056 udpates
2023-06-07 10:33:45 +02:00

9 lines
217 B
PHP

<x-layout>
<h1 class="pb-2">Command Center</h1>
@if ($servers->count() > 0)
<livewire:run-command :servers="$servers" />
@else
<div>No validated servers found.</div>
@endif
</x-layout>