@if ($hasToolbarButton(['bold', 'italic', 'underline', 'strike', 'link']))
@if ($hasToolbarButton('bold'))
@endif
@if ($hasToolbarButton('italic'))
@endif
@if ($hasToolbarButton('underline'))
@endif
@if ($hasToolbarButton('strike'))
@endif
@if ($hasToolbarButton('link'))
@endif
@endif
@if ($hasToolbarButton(['h1', 'h2', 'h3']))
@if ($hasToolbarButton('h1'))
{{ __('filament-forms::components.rich_editor.toolbar_buttons.h1') }}
@endif
@if ($hasToolbarButton('h2'))
{{ __('filament-forms::components.rich_editor.toolbar_buttons.h2') }}
@endif
@if ($hasToolbarButton('h3'))
{{ __('filament-forms::components.rich_editor.toolbar_buttons.h3') }}
@endif
@endif
@if ($hasToolbarButton(['blockquote', 'codeBlock', 'bulletList', 'orderedList']))
@if ($hasToolbarButton('blockquote'))
@endif
@if ($hasToolbarButton('codeBlock'))
@endif
@if ($hasToolbarButton('bulletList'))
@endif
@if ($hasToolbarButton('orderedList'))
@endif
@endif
@if ($hasToolbarButton('attachFiles'))
@endif
@if ($hasToolbarButton(['undo', 'redo']))
@if ($hasToolbarButton('undo'))
@endif
@if ($hasToolbarButton('redo'))
@endif
@endif