@php $version = config('app.version'); @endphp
{{ $product->name }}
@if($product->currentPrice) {{$currencySign.number_format(($product->currentPrice), 2, ".", ",")}} @else {{$currencySign.number_format(($product->originalPrice), 2, ".", ",")}} @endif 起
@if($isDiscounted){{$currencySign.number_format($product->originalPrice, 2, ".", ",")}}起
@endif 去购买