@extends('admin.layouts.app') @section('title', 'Create FAQ') @section('content')
Back to FAQs

Create FAQ

@if ($errors->any())
@endif
@csrf
Cancel
@endsection @push('styles') @endpush @push('scripts') @endpush