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-[70px] w-[70px]" alt="" />
{{ $service->name }} {{ $service->version }}
@include("services.partials.actions." . $service->name)
@endforeach