default_language) == 'Arabic') dir="rtl" @endif>

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

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

{{ $product->name }}

{{ $product->description }}

@if ($product->currency_id && $product->price) {{ $product->currency->currency_icon }}{{ getSuperAdminSettingValue('hide_decimal_values') == 1 ? number_format($product->price, 0) : number_format($product->price, 2) }} @elseif($product->price) {{ getUserCurrencyIcon($vcard->user->id) }}{{ $product->price }} @endif
@if (!empty($product->price))
@endif
@endforeach