{{--
--}} @if (!empty($amazon_sellers->toArray()))
{{--
{!! Form::label('amazon_enable', __('business.enable-disable') . ':') !!}
--}} {{--
{!! Form::label('amazon_api_url', __('business.api_url') . ':') !!} {!! Form::text('amazon_api_url', $marketplace_settings['amazon_api_url'] ?? null, ['class' => 'form-control']); !!}
{!! Form::label('amazon_api_access_token', __('business.api_access_token') . ':') !!} {!! Form::text('amazon_api_access_token', $marketplace_settings['amazon_api_access_token'] ?? null, ['class' => 'form-control']); !!}
--}} {{--
 
--}} {{--
{!! Form::label('product_locations_amazon', __('business.amazon_store') . ':', ['style' => 'width: 75%; margin-top: 6px;']) !!} {!! Form::select('product_locations_amazon[]', $amazon_sellers_dropdown, null, ['class' => 'form-control select2', 'id' => 'product_locations_amazon', 'style' => 'width: 100%', 'onchange' => 'getSellerPerformanceReport(this.value)']) !!}
  

Updated at :

--}} {{--
{!! Form::label('amazon_api_key', __('business.api_key') . ':') !!} {!! Form::text('amazon_api_key', $marketplace_settings['amazon_api_key'] ?? null, ['class' => 'form-control']); !!}
{!! Form::label('amazon_api_secret', __('business.api_secret') . ':') !!} {!! Form::text('amazon_api_secret', $marketplace_settings['amazon_api_secret'] ?? null, ['class' => 'form-control']); !!}
--}}
{{--
{{ __('business.performance_metrics') }}
{{ __('business.late_shipment_rate') }} Target  : 0%
Rate     : 0%
{{ __('business.order_defect_rate') }}
  AFN MFN
Target  : 0% 0%
Rate     : 0% 0%
{{ __('business.on_time_delivery_rate') }} Target  : 0%
Rate     : 0%
{{ __('business.inventory_metrics') }}
{{ __('business.total_product') }} -
{{ __('business.active_product') }} -
{{ __('business.category_count') }} -
--}}
{{-- {!! Form::label('ir_filter_date', 'Filter Date' . ':') !!} {!! Form::text('ir_filter_date', null, ['placeholder' => __('lang_v1.select_a_date_range'), 'class' => 'form-control', 'readonly', 'style' => 'width: 80% !important;']); !!} --}} {{-- {!! Form::label('product_locations_amazon', __('business.amazon_store') . ':', ['style' => 'width: 75%; margin-top: 6px;']) !!} {!! Form::select('product_locations_amazon[]', $amazon_sellers_dropdown, null, ['class' => 'form-control select2', 'id' => 'product_locations_amazon', 'style' => 'width: 100%', 'onchange' => 'getSalesTrafficReport(this.value)']) !!} --}}
{{--
📊 Sales Summary ({{ $firstDate }} - {{$lastDate}})

💰 Ordered Product Sales: $

📦 Orders Shipped:

📊 Average Sales Per Order: $

📈 Average Selling Price: $

🔄 Refund Rate: %

--}} @if(auth()->user()->can('view.amazon_total_sells') && auth()->user()->hasAnyRole(['Admin Site#1']))
📊 Today's Sell Numbers:
{{--
@foreach ($amazon_sellers as $seller)

📈 {{$seller->seller_name ?? $seller->seller_id}} :

@endforeach
--}} @foreach ($amazon_sellers as $seller) @endforeach
📈 {{$seller->seller_name ?? $seller->seller_id}} :
Total:
@endif
@else

Connect Your Amazon Seller Account

Click the button below to authorize our app to access your Amazon seller data.

Authorize with Amazon
@endif