@extends('admin.layouts.app') @section('title', 'Edit FAQ Category') @section('content')
Back to FAQ Categories

Edit FAQ Category

@if ($errors->any())
@endif
@csrf @method('PUT')

Leave blank to auto-generate from name.

Cancel
@endsection