@php $examples = [ 'Outlined and filled text fields' => <<<'BLADE'
BLADE, 'Errors, required and sizes' => <<<'BLADE'
BLADE, 'Textarea and select' => <<<'BLADE'
BLADE, 'Checkboxes' => <<<'BLADE'
BLADE, 'Radio buttons' => <<<'BLADE'
BLADE, 'Switches' => <<<'BLADE'
BLADE, 'A form' => <<<'BLADE' BLADE, ]; @endphp

Text fields and selection

<x-input>, <x-password>, <x-textarea>, <x-select>, <x-file> (all on <x-field>, outlined or filled), <x-checkbox>, <x-radio>, <x-toggle> and <x-form>.

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