@extends('layouts.main') @push('styles') @endpush @section('content')

{{ __('frequently_asked_questions.faq') }}

@include('frequently_asked_questions.menu') @include('flash::message')

Stre@mline {{ __('frequently_asked_questions.faq') }}


{{ Form::open(['route'=>'frequently_asked_questions.result', 'data-toggle' => 'validator']) }}
{{ Form::text('question', '', ['class' => 'form-control typeahead', 'required', 'placeholder' => 'Search for...', 'autocomplete' => 'off', 'spellcheck' => false]) }} {{ Form::submit(__('frequently_asked_questions.search'), ['class'=>'btn btn-info']) }}
{{ Form::close() }}



{{ __('frequently_asked_questions.search_categories') }}





@endsection @push('scripts') @endpush