{{ html()->form('GET')->route('geracao.busca', [])->attribute('role', 'search')->class(['dropdown-menu', 'p-2', 'dropdown-menu-end'])->style(['--bs-dropdown-min-width' => '20rem'])->open() }}
{{ html()->search()->placeholder('Buscar...')->aria('label', 'Busca')->class(['form-control'])->name('q')->id('search_text2') }}
{{ html()->form()->close() }}
{{ html()->form('GET')->route('geracao.busca', [])->attribute('role', 'search')->class(['order-0', 'order-xxl-1', 'd-block', 'd-lg-none', 'd-xxl-block', 'mt-2', 'mb-3', 'mt-xxl-0', 'mb-xxl-0'])->open() }}
{{ html()->search()->placeholder('Buscar...')->aria('label', 'Busca')->class(['form-control'])->name('q') }}
{{ html()->form()->close() }}