@if($item->deliveryCoupon)
You can update it only from delivery coupon
@endif
{{ __('Update Item of '. $item->message)}}
@csrf
Image must have extension jpg, jpeg, png
Message is Required
@error('message') {{ $message }} @enderror
{!! Form::select('popup_type', $popupTypeList, $item->popup_type,[ 'class'=>'form-control popup_type', 'placeholder' => 'Select Pop up type']) !!}
Popup Type is Required
@error('type') {{ $message }} @enderror
{!! Form::select('geo_type', $geoTypeList, $item->geoTiming->geo_type,[ 'class'=>'form-control geotiming-component geo_type', 'placeholder' => 'Select Geo type']) !!}
Geo Type is Required
@error('type') {{ $message }} @enderror
{!! Form::select('city_id', $cities, $item->geoTiming->city_id,[ 'class'=>'form-control 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
{!! Form::select('store_id', $stores, $item->store_id,[ 'class'=>'form-control select2 geotiming-component', 'placeholder' => 'Select Store']) !!}
Store is Required
@error('store_id') {{ $message }} @enderror
Distance is Required
@error('distance_km') {{ $message }} @enderror
Image must have extension jpg, jpeg, png
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>