@php $keyBindings = collect($keyBindings ?? []) ->map(fn (string $keyBinding): string => str_replace('+', '-', $keyBinding)) ->implode('.'); @endphp
@if ($resources && $this->shouldBeHidden() === false) @foreach($resources as $resource) {{ $resource['label'] }} @endforeach @endif