Geração Atitude
Geração Atitude
  • $active == 'inicio']) href="{{ route('geracao.inicio') }}">Início
  • $active == 'guia']) href="{{ route('geracao.guia') }}"> Instruções e Guia
  • $active == 'cronograma']) href="{{ route('geracao.cronograma') }}"> Cronograma
  • $active == 'noticias']) href="{{ route('geracao.noticias') }}">Notícias
  • $active == 'videos']) href="{{ route('geracao.videos') }}">Vídeos
  • $active == 'fotos']) href="{{ route('geracao.fotos') }}">Fotos
  • $active == 'caravana']) href="{{ route('geracao.caravana') }}">Caravana
  • $active == 'projeto']) href="{{ route('geracao.projeto') }}">Inscrição
{{ 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() }}