@if($gs->show_product_prices)

{{ __("Price") }} :

@endif @php if ($gs->switch_highlight_currency) { $highlight = $productt->firstCurrencyPrice(); $small = $productt->showPrice(); } else { $highlight = $productt->showPrice(); $small = $productt->firstCurrencyPrice(); } @endphp @if(!config("features.marketplace"))

{{ $highlight }} @php $size_price_value = $productt->vendorPrice() * $product_curr->value; $previous_price_value = $productt->previous_price * $product_curr->value * (1+($gs->product_percent / 100)); @endphp {{$productt->showPreviousPrice() }} @if($curr->id != $scurrency->id) {{ $small }} @endif

@else

{{ $productt->showVendorMinPrice() }} até {{ $productt->showVendorMaxPrice() }} @if($curr->id != $scurrency->id) {{ $small }} @endif

@endif @if($productt->youtube != null) @endif