@php $exception = $node->systemInformation()['exception'] ?? null; $version = $node->systemInformation()['version'] ?? null; $content = $exception ? 'Error connecting to node!
Check browser console for details.' : $version; $icon = 'tabler-heart' . ($exception ? '-off' : 'beat'); $animated = $exception ? '' : 'animate-pulse'; $condition = $exception ? 'danger' : 'success'; $class = ['fi-ta-icon-item', $sizeClasses, 'fi-color-custom text-custom-500 dark:text-custom-400', 'fi-color-'.$condition, $animated]; $style = [Filament\Support\get_color_css_variables($condition, shades: [400, 500], alias: 'tables::columns.icon-column.item')]; @endphp @if($exception) @script @endscript @endif