diff --git a/Resources/views/filament/tables/columns/group.blade.php b/Resources/views/filament/tables/columns/group.blade.php index cca2febe..8d61ee39 100644 --- a/Resources/views/filament/tables/columns/group.blade.php +++ b/Resources/views/filament/tables/columns/group.blade.php @@ -2,15 +2,26 @@ $fields=$getFields(); $record=$getRecord(); @endphp -
- +
merge($getExtraAttributes(), escape: false) + ->class([ + 'fi-ta-icon flex flex-wrap gap-1.5', + 'px-3 py-4' => ! $isInline(), + //'flex-col' => $isListWithLineBreaks(), + 'flex-col' => true, + ]) + }} +> @foreach($fields as $field) -
- {{-- - - --}} - - + + {!! str_replace(', ',',
',$field->record($record)->getState()) !!} +
+ {{-- + {{ $field->record($record) }} + --}} @endforeach -
{{ $field->getName() }}{{ $field->record($record)->getState() }}
+ +
\ No newline at end of file