@extends('layouts.admin') @section('content')

Create New FAQ

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
FAQ Details
FAQ Settings
Optional category for organizing FAQs
Lower numbers appear first
Cancel
@endsection @push('styles') @endpush @push('scripts') @endpush