default_language) == 'Arabic' || getLanguage($vcard->default_language) == 'Persian') dir="rtl" @endif>
{{ __('messages.vcard.products') }}
@foreach ($vcard->products as $product)
@endforeach
product_url) href="{{ $product->product_url }}" @endif
target="_blank" class="text-decoration-none fs-6">
@foreach ($product->media as $media)
@endforeach
{{ $product->name }}
{{ $product->description }}
@if ($product->currency_id && $product->price)
id }}">{{ currencyFormat($product->price, 2, $product->currency->currency_code) }}
@elseif($product->price)
id }}">{{ 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