{{ __('messages.vcard.products') }}

@foreach ($vcard->products as $product)

{{ $product->name }}

{{ $product->description }}

@if ($product->currency_id && $product->price) {{ $product->currency->currency_icon }}{{ number_format($product->price, 2) }} @elseif($product->price) {{ getUserCurrencyIcon($vcard->user->id) }}{{ $product->price }} @endif @if (!empty($product->price))
@endif
@endforeach