@include('theme-views.partials._profile-aside')
@include('theme-views.partials._order-details-head',['order'=>$order])
@if($order->seller_is =='seller')

{{$order->seller->shop->name}}

@for($inc=1;$inc<=5;$inc++) @if ($inc <= (int)$avg_rating) @elseif ($avg_rating != 0 && $inc <= (int)$avg_rating + 1.1 && $avg_rating > ((int)$avg_rating)) @else @endif @endfor
{{number_format($avg_rating,1)}}
  • {{$rating_count}} {{translate('Reviews')}}
@if(isset($order->seller->shop) && $order->seller->shop['id'] != 0)
@endif
@if(isset($order->seller->shop) && $order->seller->shop['id'] != 0) @include('theme-views.layouts.partials.modal._chat-with-seller',['seller_id'=>$order->seller['id'],'shop_id'=>$order->seller->shop['id']]) @endif

{{round($rating_percentage)}}%

{{translate('Positive_Review')}}

{{$product_count}}

{{translate('Products')}}

@else
value}}" onerror="this.src='{{ theme_asset('assets/img/image-place-holder.png') }}'">

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

@for($inc=1;$inc<=5;$inc++) @if ($inc <= (int)$avg_rating) @elseif ($avg_rating != 0 && $inc <= (int)$avg_rating + 1.1 && $avg_rating > ((int)$avg_rating)) @else @endif @endfor
{{number_format($avg_rating,1)}}
  • {{$rating_count}} {{translate('Reviews')}}

{{round($rating_percentage)}}%

{{translate('Positive_Review')}}

{{$product_count}}

{{translate('Products')}}

@endif