Swarm support is in alpha version. Read the docs
here.
@if ($is_swarm_worker)
@else
@endif
@if ($is_swarm_manager)
@else
@endif
@if ($is_swarm_worker && count($swarm_managers) > 0)
@foreach ($swarm_managers as $server)
@if ($loop->first)
@else
@endif
@endforeach
@endif