@if($shopInfoArray['id'] != 0)
@if($shopInfoArray['temporary_close'] || $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
@else
@if($shopInfoArray['temporary_close'] || $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
@endif
@if($shopInfoArray['id'] != 0) {{ $shopInfoArray['name']}} @else {{ $web_config['company_name'] }} @endif
@for ($i = 1; $i <= 5; $i++) @if ($i <=$shopInfoArray['average_rating']) @elseif ($shopInfoArray['average_rating'] != 0 && $i <= (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($minimum_order_amount_status = getWebConfig(name: 'minimum_order_amount_status')) @php($minimum_order_amount_by_seller = getWebConfig(name: 'minimum_order_amount_by_seller')) @if ($minimum_order_amount_status ==1 && $minimum_order_amount_by_seller ==1) {{ webCurrencyConverter(amount: $shopInfoArray['minimum_order_amount']) }} {{translate('minimum_order_amount')}} @endif
@if (auth('customer')->check())
@if($seller_id == 0) @else @endif
@else @endif