{{-- A group of destinations in an `` under a heading. The heading (title-small, on-surface-variant, in line with the icons) shows only while the rail is expanded, as M3 draws section headers; collapsed, a little space sets the group apart. It names the group for screen readers either way. --}} @props([ 'label', ]) @php $headingId = 'navigation-section-'.substr(md5((string) $label), 0, 10); @endphp

{{ $label }}

{{ $slot }}