{!! Form::select('testimonial_type', $catTagItems , '128' , ['class' => 'form-control eh_testimonial_type eh_testimonials_filters']) !!}
{!! Form::select('age_group', $ageGroupTagItems , '', ['class' => 'form-control eh_age_group eh_testimonials_filters', 'placeholder' => 'Select Age Group']) !!}
{!! Form::text('search_str', '', ['class' => 'form-control eh_testimonial_search_str', 'placeholder' => 'Try to search “keyword”']) !!}
{{-- @include('frontend.template.'.activeTemplate().'.energized-health.testimonial.list')--}}