@php $examples = [ 'Badges' => <<<'BLADE' Pro BLADE, 'Snackbars' => <<<'BLADE'
BLADE, 'Plain tooltips' => <<<'BLADE' holiday-photos.zip BLADE, 'Rich tooltips' => <<<'BLADE' BLADE, 'Alerts' => <<<'BLADE' The connection dropped at 64%. BLADE, 'Stats' => <<<'BLADE'
BLADE, 'Empty state' => <<<'BLADE' BLADE, 'Empty state with an illustration' => <<<'BLADE' BLADE, ]; @endphp

Communication

<x-badge>, <x-toast> (the snackbar host, fed by the Toasts concern or materialToast()), <x-tooltip>, <x-rich-tooltip>, <x-alert>, <x-stat> and <x-empty-state>.

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