str($resource->status)->contains(['exited']), 'border-l border-dashed border-success' => str($resource->status)->contains(['running']), 'border-l border-dashed border-warning' => str($resource->status)->contains(['starting', 'restarting']), 'flex gap-2 box-without-bg-without-border dark:bg-coolgray-100 bg-white dark:hover:text-neutral-300 group', ])>
@if ($resource->human_name) {{ Str::headline($resource->human_name) }} @else {{ Str::headline($resource->name) }} @endif ({{ $resource->image }})
@if ($resource->configuration_required) (configuration required) @endif @if ($resource->description) {{ Str::limit($resource->description, 60) }} @endif @if ($isApplication && $resource->fqdn) {{ Str::limit($resource->fqdn, 60) }} @can('update', $service) @endcan @endif
$isApplication, 'text-xs'])>{{ formatContainerStatus($resource->status) }}
@if ($isDatabase && ($resource->isBackupSolutionAvailable() || $resource->is_migrated)) Backups @endif Settings @if (str($resource->status)->contains('running')) @can('update', $service) @endcan @endif