{{--
{!! Form::label('walmart_enable', __('business.enable-disable') . ':') !!}
--}} {{--
{!! Form::label('walmart_api_url', __('business.api_url') . ':') !!} {!! Form::text('walmart_api_url', $marketplace_settings['walmart_api_url'] ?? null, ['class' => 'form-control']); !!}
{!! Form::label('walmart_api_access_token', __('business.api_access_token') . ':') !!} {!! Form::text('walmart_api_access_token', $marketplace_settings['walmart_api_access_token'] ?? null, ['class' => 'form-control']); !!}
--}}
{!! Form::label('product_locations_walmart', __('business.shipping_location') . ':') !!} {!! Form::select('product_locations_walmart[]', $business_locations, null, ['class' => 'form-control select2', 'id' => 'product_locations_walmart', 'style' => 'width: 100%']) !!}
{{--
--}} {{--
{!! Form::label('walmart_api_key', __('business.api_key') . ':') !!} {!! Form::text('walmart_api_key', $marketplace_settings['walmart_api_key'] ?? null, ['class' => 'form-control']); !!}
{!! Form::label('walmart_api_secret', __('business.api_secret') . ':') !!} {!! Form::text('walmart_api_secret', $marketplace_settings['walmart_api_secret'] ?? null, ['class' => 'form-control']); !!}
--}}
{!! Form::label('checkmarks_walmart', __('business.sync_items') . ':') !!}

first_option) > 0) checked @endif @endif @endif> first_option) == 0) checked @endif @else checked @endif @else checked @endif> - @lang('messages.marketplace_option', ['marketplace' => 'Walmart'])

first_option) > 0) style="display: block;" @else style="display: none;" @endif @endif @endif aria-expanded="true">
@php $checked11 = null; $checked12 = null; $checked13 = null; $checked14 = null; @endphp @if ($marketplace_option) @if (property_exists($marketplace_option, 'first_option')) @foreach ($marketplace_option->first_option as $item) @if ($item == 11) @php $checked11 = 'checked'; @endphp @endif @if ($item == 12) @php $checked12 = 'checked'; @endphp @endif @if ($item == 13) @php $checked13 = 'checked'; @endphp @endif @if ($item == 14) @php $checked14 = 'checked'; @endphp @endif @endforeach @endif @endif  Create a product on my other marketplaces when I create a product on Walmart
 Create a product on Walmart if I create a product on my any other marketplace
 Update Walmart products if there is a change on my any marketplace product
 Update other market place products if there is a change on Walmart product

second_option) > 0) checked @endif @endif @endif> second_option) == 0) checked @endif @else checked @endif @else checked @endif> - @lang('messages.marketplace_option2', ['marketplace' => 'Walmart'])

second_option) > 0) style="display: block;" @else style="display: none;" @endif @endif @endif aria-expanded="true">
@php $checked21 = null; $checked22 = null; $checked23 = null; $checked24 = null; @endphp @if ($marketplace_option) @if (property_exists($marketplace_option, 'second_option')) @foreach ($marketplace_option->second_option as $item) @if ($item == 21) @php $checked21 = 'checked'; @endphp @endif @if ($item == 22) @php $checked22 = 'checked'; @endphp @endif @if ($item == 23) @php $checked23 = 'checked'; @endphp @endif @if ($item == 24) @php $checked24 = 'checked'; @endphp @endif @endforeach @endif @endif  Create a product on my active ecommerce store when i create a product on Walmart
 Create a product on Walmart if I create a product on my active ecommerce store
 Update Walmart products if there is a change on active ecommerce side
 Update active ecommerce products if there is a change on walmart side