{!! Form::label('shopify_enable', __('business.enable-disable') . ':') !!}
{{--
{!! Form::label('shopify_api_url', __('business.api_url') . ':') !!} {!! Form::text('shopify_api_url', $e_commerce_settings['shopify_api_url'] ?? null, ['class' => 'form-control', 'placeholder' => 'API URL for access Shopify Store API']); !!}
{!! Form::label('shopify_api_access_token', __('business.api_access_token') . ':') !!} {!! Form::text('shopify_api_access_token', $e_commerce_settings['shopify_api_access_token'] ?? null, ['class' => 'form-control', 'placeholder' => 'API Access Token for credential Shopify Store API']); !!}
--}} {{--
--}}
{!! Form::label('product_locations_shopify', __('business.shipping_location') . ':') !!} {!! Form::select('product_locations_shopify[]', $business_locations, null, ['class' => 'form-control select2', 'id' => 'product_locations_shopify']) !!}
{{--
{!! Form::label('shopify_api_key', __('business.api_key') . ':') !!} {!! Form::text('shopify_api_key', $e_commerce_settings['shopify_api_key'] ?? null, ['class' => 'form-control', 'placeholder' => 'API Key for credential access Shopify Store API']); !!}
{!! Form::label('shopify_api_secret', __('business.api_secret') . ':') !!} {!! Form::text('shopify_api_secret', $e_commerce_settings['shopify_api_secret'] ?? null, ['class' => 'form-control', 'placeholder' => 'API Secret for credential access Shopify Store API']); !!}
--}}
{!! Form::label('checkmarks_shopify', __('business.sync_items') . ':') !!}