@php($pricing = $product->getPriceByCurrency(currency()))

Most popular

{{ $product->name }}

@if ($product->isPersonalized()) {{ __('store.product.personalized') }} @elseif ($pricing->isFree()) {{ __('global.free') }} @else {{ $pricing->price }} {{ $pricing->getSymbol() }} {{ $pricing->taxTitle() }} @if ($pricing->hasSetup())

{{ $pricing->pricingMessage() }}

@endif @endif