@php $examples = [ 'Navigation bar' => <<<'BLADE'

Compact: icon over label

The page

From 600px wide: icon beside label, centred

The page
BLADE, 'Collapsed and expanded rails' => <<<'BLADE'
BLADE, 'Collapsible rail' => <<<'BLADE'
Mail
The menu button collapses and expands the rail, and the FAB morphs into an extended FAB with it. The choice is remembered and applied before the next page paints — every collapsible rail follows it, <x-app-shell>'s from expanded (840px) too.
BLADE, ]; @endphp