@extends('layout.admin') @section('content') Special Category Edit All Special Category Edit Special Category Edit Special Category @csrf @method('PUT') Name @error('name')@enderror Alias @error('alias')@enderror Priority @error('sorting')@enderror Description @error('description')@enderror {{ $specialCategory->description }} Show Special Category @foreach (config('helper.yesNo') as $status) status == $status['id'])> {{ $status['name'] }} @endforeach @error('status')@enderror @endsection @section('js') {{-- Add CKEditor --}} {{-- Activate CKEditor --}} @endsection