Installed Services All services that we installed on your server are here
@foreach ($services as $service)
@include("services.partials.status", ["status" => $service->status])
name . ".svg") }}" class="h-20 w-20" alt="" />
{{ $service->name }} {{ $service->version }}
@include("services.partials.actions." . $service->name)
@endforeach