@extends('dashboard.layouts.master') @section('title', 'FAQ Management| Admin Panel') @include('sweetalert::alert') @push('after-styles') @endpush @section('content')

Create FAQ

{{ __('backend.dashboard') }} / FAQ/ Create FAQ
{{ Form::open(['route' => ['category.store'], 'method' => 'POST', 'files' => true, 'enctype' => 'multipart/form-data', 'id' => 'storeForm']) }}
{!! __('backend.cancel') !!}
@endsection @push('after-scripts') @endpush