@extends('admin.layout.index') @section('script') @endsection @section('content')
تنظیمات دسته بندی : {{ $category->name }}

@include('admin.sections.errors')
@csrf @method('put')


@if(count($category->children)==0 and $category->parent_id!=0)
depends_on_quantity==1 ? 'checked' : '' }} type="checkbox" id="depends_on_quantity" name="depends_on_quantity" value="{{ $category->depends_on_quantity }}">
@endif
بازگشت
@endsection