@if($shopInfoArray['id'] != 0)
@else @php($banner=getWebConfig(name: 'shop_banner'))
@endif
@if($shopInfoArray['id'] != 0)
@if($shopInfoArray['temporary_close']) {{translate('Temporary_OFF')}} @elseif(($seller_id==0 && $shopInfoArray['vacation_status'] && $shopInfoArray['current_date'] >= $shopInfoArray['vacation_start_date'] && $shopInfoArray['current_date'] <= $shopInfoArray['vacation_end_date']) || $seller_id!=0 && $shopInfoArray['vacation_status'] && $shopInfoArray['current_date'] >= $shopInfoArray['vacation_start_date'] && $shopInfoArray['current_date'] <= $shopInfoArray['vacation_end_date']) {{translate('closed_Now')}} @endif

{{ $shopInfoArray['name']}}

@for ($index = 1; $index <= 5; $index++) @if ($index <= $shopInfoArray['average_rating']) @elseif ($shopInfoArray['average_rating'] != 0 && $index <= (int)$shopInfoArray['average_rating'] + 1 && $shopInfoArray['average_rating'] >= ((int)$shopInfoArray['average_rating']+.30)) @else @endif @endfor ({{round($shopInfoArray['average_rating'],1)}})
  • {{ $shopInfoArray['total_review']}} {{translate('Reviews')}}
  • {{ $shopInfoArray['total_order']}} {{translate('Orders')}}
  • @php($minimumOrderAmount=getWebConfig(name: 'minimum_order_amount_status')) @php($minimumOrderAmountBySeller=getWebConfig(name: 'minimum_order_amount_by_seller')) @if ($minimumOrderAmount ==1 && $minimumOrderAmountBySeller ==1)
  • {{ webCurrencyConverter($shopInfoArray['minimum_order_amount'])}} {{translate('minimum_order_amount')}}
  • @endif
@else
@if($shopInfoArray['temporary_close']) {{translate('Temporary_OFF')}} @elseif(($seller_id==0 && $shopInfoArray['vacation_status'] && $shopInfoArray['current_date'] >= $shopInfoArray['vacation_start_date'] && $shopInfoArray['current_date'] <= $shopInfoArray['vacation_end_date']) || $seller_id!=0 && $shopInfoArray['vacation_status'] && $shopInfoArray['current_date'] >= $shopInfoArray['vacation_start_date'] && $shopInfoArray['current_date'] <= $shopInfoArray['vacation_end_date']) {{translate('closed_Now')}} @endif

{{ $web_config['company_name'] }}

@for ($index = 1; $index <= 5; $index++) @if ($index <= $shopInfoArray['average_rating']) @elseif ($shopInfoArray['average_rating'] != 0 && $index <= (int)$shopInfoArray['average_rating'] + 1 && $shopInfoArray['average_rating'] >= ((int)$shopInfoArray['average_rating']+.30)) @else @endif @endfor ({{round($shopInfoArray['average_rating'], 1)}})
  • {{ $shopInfoArray['total_review']}} {{translate('reviews')}}
  • {{ $shopInfoArray['total_order']}} {{translate('orders')}}
@php($minimumOrderAmountStatus=getWebConfig(name: 'minimum_order_amount_status')) @php($minimumOrderAmountBySeller=getWebConfig(name: 'minimum_order_amount_by_seller')) @if ($minimumOrderAmountStatus ==1 && $minimumOrderAmountBySeller ==1) {{ webCurrencyConverter($shopInfoArray['minimum_order_amount'])}} {{translate('minimum_order_amount')}} @endif
@endif

{{ round($rattingStatusArray['positive']) }}%

{{translate("positive_review")}}

{{$products_for_review}}

{{translate('products')}}

@if (auth('customer')->check()) @include('theme-views.layouts.partials.modal._chat-with-seller',['shop'=>$shopInfoArray, 'user_type' => ($shopInfoArray['id'] == 0 ? 'admin':'seller')]) @else @endif
@if($shopInfoArray['id'] != 0 && $shopInfoArray['bottom_banner'])
@elseif($shopInfoArray['id'] == 0 && $shopInfoArray['bottom_banner'])
@endif
@if (count($featuredProductsList) > 0)

{{translate('featured_products')}}

@foreach ($featuredProductsList as $product)
@include('theme-views.partials._product-large-card', ['product'=>$product])
@endforeach
@endif
{{translate('show_product')}} :
@include('theme-views.seller-views.partials._shop-sidebar')
@php($decimal_point_settings = getWebConfig(name: 'decimal_point_settings'))
@include('theme-views.product._ajax-products',['products'=>$products,'decimal_point_settings'=>$decimal_point_settings])