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