Store is Required
@error('restaurant_id')
{{ $message }}
@enderror
Category is Required
@error('store_category_id')
{{ $message }}
@enderror
@if(isset($childs) )
{!! Form::select('childs[]', $childs, null,[ 'class'=>'form-control select2 auto-select-child', 'multiple' => 'multiple']) !!}
@error('childs[]')
{{ $message }}
@enderror
@endif