Supported Services Here you can find the supported services to install
@foreach (config("core.service_handlers") as $key => $addOn) @if (! $server->services()->where("name", $key)->exists())
{{ $key }}
@include("services.partials.installers." . $key)
@endif @endforeach