@php $examples = [ 'Top app bars' => <<<'BLADE'
AR
BLADE, 'Toolbars' => <<<'BLADE'
BLADE, 'Primary tabs' => <<<'BLADE'
Three files, 248 MB. Anna, Ben and Chiara. Downloaded twice today. Everything shared with you. Only photos. Only videos.
BLADE, 'Secondary and scrollable tabs' => <<<'BLADE'
An overview of the account. Passwords and two-factor sign-in. Plan and invoices.
January's shares.
BLADE, 'Section navigation, account menu and theme toggles' => <<<'BLADE'
BLADE, ]; @endphp

App bars, toolbars and tabs

<x-app-bar>, <x-toolbar>, <x-tabs>, <x-tab>, <x-section-nav>, <x-account-menu> and <x-theme-toggle>.

@foreach ($examples as $title => $code) @endforeach