@if($shop['id'] != 0)
@else @php($banner=\App\CPU\Helpers::get_business_settings('shop_banner'))
@endif
@if($shop['id'] != 0)
@if($seller_temporary_close || $inhouse_temporary_close) {{translate('closed_now')}} @elseif(($seller_id==0 && $inhouse_vacation_status && $current_date >= $inhouse_vacation_start_date && $current_date <= $inhouse_vacation_end_date) || $seller_id!=0 && $seller_vacation_status && $current_date >= $seller_vacation_start_date && $current_date <= $seller_vacation_end_date) {{translate('closed_now')}} @endif

{{ $shop->name}}

@for ($i = 1; $i <= 5; $i++) @if ($i <= $avg_rating) @elseif ($avg_rating != 0 && $i <= (int)$avg_rating + 1 && $avg_rating >= ((int)$avg_rating+.30)) @else @endif @endfor ({{round($avg_rating,1)}})
{{$followers}} {{translate('Followers')}}
  • {{ $total_review}} {{translate('Reviews')}}
  • {{ $total_order}} {{translate('Orders')}}
@else
@if($seller_temporary_close || $inhouse_temporary_close) {{translate('closed_now')}} @elseif(($seller_id==0 && $inhouse_vacation_status && $current_date >= $inhouse_vacation_start_date && $current_date <= $inhouse_vacation_end_date) || $seller_id!=0 && $seller_vacation_status && $current_date >= $seller_vacation_start_date && $current_date <= $seller_vacation_end_date) {{translate('closed_now')}} @endif

{{ $web_config['name']->value }}

@for ($i = 1; $i <= 5; $i++) @if ($i <= $avg_rating) @elseif ($avg_rating != 0 && $i <= (int)$avg_rating + 1 && $avg_rating >= ((int)$avg_rating+.30)) @else @endif @endfor ({{round($avg_rating,1)}})
{{$followers}} {{translate('Followers')}}
  • {{ $total_review}} {{translate('Reviews')}}
  • {{ $total_order}} {{translate('Orders')}}
@endif

{{round(($avg_rating*100)/5)}}%

{{translate("Positive_Review")}}

{{$products_for_review}}

{{translate('Products')}}

@if($seller_id!=0) @if (auth('customer')->check()) @include('theme-views.layouts.partials.modal._chat-with-seller',['seller_id'=>$seller_id,'shop_id'=>$shop['id']]) @else @endif @endif @if (auth('customer')->id() == '') @else @endif
@if($shop['id'] != 0 && $shop->bottom_banner)
@elseif($shop['id'] == 0) @php($bottom_banner=\App\CPU\Helpers::get_business_settings('bottom_banner')) @if($bottom_banner)
@endif @endif
@if (count($featured_products) > 0)

{{translate('Featured_Products')}}

@if (count($featured_products) > 0)
@foreach ($featured_products as $product)
@include('theme-views.partials._product-large-card', ['product'=>$product])
@endforeach
@else
{{translate('No_Featured_Product_Found')}}.
@endif
@endif

{{translate('Search_Product')}}

{{$products->count()}} {{translate('Item')}}
{{translate('Show_Product')}} :
{{translate('Categories')}}
@if (count($categories) > 10)
@endif
@if($web_config['brand_setting'])
{{translate('Brands')}}
@if (count($brands) > 10)
@endif
@endif
@include('theme-views.partials._products_review_partials', ['ratings'=>$ratings])
{{translate('Price')}}
-
@php($decimal_point_settings = \App\CPU\Helpers::get_business_settings('decimal_point_settings'))
@include('theme-views.product._ajax-products',['products'=>$products,'decimal_point_settings'=>$decimal_point_settings])