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