@php $examples = [ 'docked' => <<<'BLADE'

Bound value:

Bound value:

BLADE, 'modal and modal input' => <<<'BLADE'

Bound value:

Bound value:

BLADE, 'range' => <<<'BLADE'

Bound value:

Bound value:

BLADE, 'limits, errors and states' => <<<'BLADE'
BLADE, ]; @endphp

Date pickers

<x-datepicker> — docked, modal and modal input; single dates and ranges. Month and weekday names and the first day of the week follow the application's locale.

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