@if (count(json_decode($productDetails->colors)) > 0)
@endif
@foreach (json_decode($productDetails->choice_options) as $choice)
{{ translate($choice->title) }}
@endforeach
@php($extensionIndex=0)
@if($productDetails['product_type'] == 'digital' && $productDetails['digital_product_file_types'] && count($productDetails['digital_product_file_types']) > 0 && $productDetails['digital_product_extensions'])
@foreach($productDetails['digital_product_extensions'] as $extensionKey => $extensionGroup)
{{ translate($extensionKey) }}
@if(count($extensionGroup) > 0)
@endif
@endforeach
@endif
@if(($product->added_by == 'seller' && ($sellerTemporaryClose || (isset($product->seller->shop) && $product->seller->shop->vacation_status && $currentDate >= $sellerVacationStartDate && $currentDate <= $sellerVacationEndDate))) ||
($product->added_by == 'admin' && ($inHouseTemporaryClose || ($inHouseVacationStatus && $currentDate >= $inHouseVacationStartDate && $currentDate <= $inHouseVacationEndDate))))
{{ translate('you_cannot_add_product_to_cart_from_this_shop_for_now') }}
@else
@if(($productDetails->added_by == 'seller' && ($sellerTemporaryClose || (isset($productDetails->seller->shop) && $productDetails->seller->shop->vacation_status && $currentDate >= $sellerVacationStartDate && $currentDate <= $sellerVacationEndDate))) ||
($productDetails->added_by == 'admin' && ($inHouseTemporaryClose || ($inHouseVacationStatus && $currentDate >= $inHouseVacationStartDate && $currentDate <= $inHouseVacationEndDate))))
@else
@endif
@if(($productDetails['product_type'] == 'physical'))
@endif
@endif