|
@if(count($product->images))
{{$product->getLang('name')}}{!! $product->getLang('copy') !!} |
{{ $product->getFormattedPriceWith(\App\Services\UserService::getTaxFree(), false, \App\Services\UserService::$user_country) }} € /p.a. @if( \App\Services\UserService::$user_country && \App\Services\UserService::$user_country->currency) {!! $product->getFormattedPriceCurrencyWith(\App\Services\UserService::getTaxFree(), false, \App\Services\UserService::$user_country) !!} @endif |
|
@if(count($product->images))
{{$product->getLang('name')}}{!! $product->getLang('copy') !!} |
{{ $product->getFormattedPriceWith(\App\Services\UserService::getTaxFree(), false, \App\Services\UserService::$user_country) }} € @if(\App\Services\UserService::$user_country && \App\Services\UserService::$user_country->currency) {!! $product->getFormattedPriceCurrencyWith(\App\Services\UserService::getTaxFree(), false, \App\Services\UserService::$user_country) !!} @endif |