@forelse ($destinations as $destination)
@if ($destination->getMorphClass() === 'App\Models\StandaloneDocker')
@endif
@if ($destination->getMorphClass() === 'App\Models\SwarmDocker')
@if ($servers->count() === 0)
No servers found. Please add one first.
@else
No destinations found.
@endif