{{ __('Parent of '.$storeSubCategory->name)}}
@if( isset($parents) )
@csrf
{!! Form::select('parent_category_id', $parents, $storeSubCategory->parent_category_id, [ 'class'=>'form-control select2', 'placeholder'=>"select parent" , 'id'=>'parent' ]) !!}
Parent is Required
@else
The store or the category of this item is parent not child of another parent
@endif