default_language) == 'Arabic' || getLanguage($vcard->default_language) == 'Persian') dir="rtl" @endif>

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

@foreach ($vcard->products as $product)
default_language) == 'Arabic' || getLanguage($vcard->default_language) == 'Persian') dir="rtl" @endif>

{{ $product->name }}

{{ $product->description }}

@if ($product->currency_id && $product->price) {{ currencyFormat($product->price, 2, $product->currency->currency_code) }} @elseif($product->price) {{ currencyFormat($product->price, 2, getUserCurrencyIcon($vcard->user->id)) }} @endif
@if (!empty($product->price))
@endif @if ($vcard->show_product_enquiry_btn == true) @if ($product->product_url) @endif @endif
@endforeach