@section('content') @section('sub_menu') @if ($types)
ALL @foreach ($types as $type) type_id)?' class="active"':'' }}>{{ $type->type_name }} @endforeach
@endif @stop
@if($errors->has())
@foreach ($errors->all() as $row) {{ $row }} @endforeach
@endif @if(Session::has('success'))
{{ Session::get('success') }}
@endif {{ Form::open(array('action' => 'EventsController@postAddQuestion')) }}
{{ Form::close() }} @if($faq) @foreach($faq as $row)

{{ $row->question }}

{{ $row->answer }}
@endforeach {{ $faq->links() }} @endif
@endsection