{{ __('Update Item of '. $item->name)}}
@csrf
{!! Form::select('store_id', $stores, $item->store_id,[ 'class'=>'form-control select2', 'placeholder' => 'Select Store']) !!}
Store is Required
Name is Required
Email is Required
Phone is Required
Whats App is Required
{!! Form::select('type_of_period', $types, $item->type_of_period,[ 'class'=>'form-control select2 type-of-period', 'placeholder' => 'Select Type Of Period']) !!}
Type Of Period is Required
{!! Form::select('days_of_week[]', $daysOfWeek, $item->weekDaysValues(),[ 'class'=>'form-control select2', 'multiple'=>true]) !!}
Days Of Week is Required
{!! Form::select('days_of_month[]', $daysOfMonth, $item->monthDaysValues(),[ 'class'=>'form-control select2', 'multiple'=>true]) !!}
Days Of Month is Required