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

Special Category Add New

Add New Special Category

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

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