ویرایش دسته بندی دپارتمان
@include('share.extra.back2',['route'=>route('admin.service.category.index')])
موارد بیشتر
@include('share.forms.error',['name'=>'department_id'])
@include('share.forms.input',['name'=>'title','title'=>'تیتر','value'=>$serviceCategory->title])
@include('share.forms.textarea',['name'=>'body','id'=>'editor1','value'=>$serviceCategory->body])
@include('share.forms.file',['name'=>'picture','title'=>'عکس'])
@include('share.forms.switch',['name'=>'status','title'=>'فعال','checked'=>$serviceCategory->status])
@if($serviceCategory->picture)
@endif