@extends('layouts.admin-portal') @section('page-title') Edit FAQS @endsection @section('content')
@csrf @method('PUT')
@error('category_id') {{ $message }} @enderror
Cancel
@endsection @push('custom-js-scripts') @endpush