@if ($servers->count() > 0)
Choose a server
@endif
@forelse ($servers as $server)
@empty
No servers found.
Did you forget to add a destination on the server?
@endforelse
@isset($chosenServer)
Choose a destination
@foreach ($standalone_docker as $standalone)
@endforeach
@foreach ($swarm_docker as $standalone)
@endforeach
@endisset
@isset($chosenDestination)
Choose a repository
@endisset