Edit Category
  Category List
@csrf
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('type'))
{{ $errors->first('type') }}
@endif
@if ($errors->has('sort_order'))
{{ $errors->first('sort_order') }}
@endif
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif
@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif
@if ($errors->has('status'))
{{ $errors->first('status') }}
@endif