@if($item->deliveryCoupon)
You can update it only from delivery coupon
@endif
{{ __('Update Item of '. $item->label)}}
@csrf
Label is Required
@error('label') {{ $message }} @enderror
Icon Color is Required
@error('icon_color') {{ $message }} @enderror
{!! Form::select('icon', $fonts, $item->icon,[ 'class'=>'form-control font-awsome', 'placeholder' => 'Select Icon']) !!}
Icon is Required
@error('icon') {{ $message }} @enderror
{!! Form::select('label_type', $typeList, $item->label_type,[ 'class'=>'form-control label-type', 'placeholder' => 'Select Label Type']) !!}
Label Type is Required
@error('label_type') {{ $message }} @enderror
{!! Form::select('store_id', $stores, $item->store_id,[ 'class'=>'form-control select2 store geotiming-component', 'placeholder' => 'Select Store', 'data-url'=>route('get-city-store',['id'=>'1']) ]) !!}
Store is Required
@error('store_id') {{ $message }} @enderror
{!! Form::select('store_group_id', $groups, $item->store_group_id,[ 'class'=>'form-control geotiming-component', 'placeholder' => 'Select Group']) !!}
Type is Required
@error('store_group_id') {{ $message }} @enderror
{!! Form::select('geo_type', $geoTypeList, $item->geoTiming->geo_type,[ 'class'=>'form-control geo_type geotiming-component', 'placeholder' => 'Select Geo type']) !!}
Geo Type is Required
@error('type') {{ $message }} @enderror
{!! Form::select('city_id', $cities, $item->geoTiming->city_id,[ 'class'=>'form-control city geotiming-component', 'placeholder' => 'Select City']) !!}
City is Required
@error('type') {{ $message }} @enderror
{!! Form::select('area_id', $areas, $item->geoTiming->area_id,[ 'class'=>'form-control geotiming-component', 'placeholder' => 'Select Area']) !!}
Area is Required
@error('type') {{ $message }} @enderror
Distance is Required
@error('distance_km') {{ $message }} @enderror
geoTiming->fixed_date) checked @endif >
Start Date is Required
End Date is Required
@php($repeats = explode(',',$item->geoTiming->repeat) ) {!! Form::select('repeat[]', $repeatList, $repeats,[ 'class'=>'form-control repeat select2 geotiming-component', 'multiple' => 'multiple']) !!}
Repeat is Required
@error('type') {{ $message }} @enderror
Start Time is Required
End Time is Required
geoTiming->next_day) checked @endif>