{{ __("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
{{ $productt->showVendorMinPrice() }} até {{ $productt->showVendorMaxPrice() }} @if($curr->id != $scurrency->id) {{ $small }} @endif
@endif @if($productt->youtube != null) @endif