default_language) == 'Arabic') dir="rtl" @endif>
{{ __('messages.vcard.products') }}
@foreach ($vcard->products as $product)
@endforeach
default_language) == 'Arabic') dir="rtl" @endif>
{{ $product->name }}
@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
{{ $product->description }}
@if (!empty($product->price))
@endif
@if ($vcard->show_product_enquiry_btn == true)
@if ($product->product_url)
@endif
@endif