@include('theme-views.partials._profile-aside')
@include('theme-views.users-profile.account-order-details._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',['shop'=>$order->seller->shop, 'user_type' => 'seller']) @endif

{{round($rating_percentage)}}%

{{ translate('positive_review') }}

{{ $product_count }}

{{ translate('products') }}

@else

{{ $web_config['company_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') }}
@include('theme-views.layouts.partials.modal._chat-with-seller',['shop'=>0, 'user_type' => 'admin'])

{{round($rating_percentage)}}%

{{ translate('positive_review') }}

{{ $product_count }}

{{ translate('products') }}

@endif