@props([
'statePath' => null,
'tools' => [],
'blocks' => [],
'shouldSupportBlocks' => false,
'editor' => null,
])
@forelse ($tools as $tool)
@if (is_array($tool))
@elseif ($tool === 'blocks')
@if ($blocks && $shouldSupportBlocks)
@endif
@else
@endif
@empty
No tools defined for menu.
@endforelse