@php
$examples = [
'Navigation bar' => <<<'BLADE'
From 600px wide: icon beside label, centred
BLADE,
'Collapsed and expanded rails' => <<<'BLADE'
BLADE,
'Collapsible rail' => <<<'BLADE'
Mail
The menu button collapses and expands the rail. The choice is remembered and applied before the next page paints — every collapsible rail follows it, <x-app-shell>'s from lg too.
BLADE,
];
@endphp