@extends('layouts.app') @push('css_lib') @endpush @section('content')

{{trans('lang.faq_category_plural')}} |{{trans('lang.faq_category_desc')}}

@include('flash::message') @include('adminlte-templates::common.errors')
{!! Form::open(['route' => 'faqCategories.store']) !!}
@include('faq_categories.fields')
{!! Form::close() !!}
@endsection @push('scripts_lib') @endpush