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

Special Category Edit

Edit Special Category

@csrf @method('PUT')
@error('name')@enderror
@error('alias')@enderror
@error('sorting')@enderror
@error('description')@enderror

@error('status')@enderror
@endsection @section('js') {{-- Add CKEditor --}} {{-- Activate CKEditor --}} @endsection