@php $colors = ['gray_light', 'gray', 'gray_dark', 'primary', 'secondary', 'tertiary', 'accent']; @endphp @foreach($colors as $color) {{ trans('filament-tiptap-editor::editor.hurdle.colors.' . $color) }} @endforeach