{!! Form::open(['route' => 'faq.bycat', 'method' => 'post', 'role' => 'form']) !!}
{!! Form::label('faq_categoria_id', ' ', ['class' => 'control-label']) !!}
{!! Form::select('faq_categoria_id', $categorias, $categoria, ['class'=>'bs-select form-control input-large', 'onchange'=>'carregaFaq(this.value)','data-style'=>'blue-madison']) !!}
{!! Form::close() !!}
Dúvidas Frequentes
@foreach($faqs as $faq)
@endforeach
{!! $faq->resposta !!}
Novidades em breve!
@endif