@extends('vcardTemplates.vcard11.app') @section('title') {!! __('messages.vcard.term-condition') !!} @endsection @section('page_css') @endsection @section('page_name') {!! __('messages.vcard.term-condition') !!} @endsection @section('content')
{{ currencyFormat($product->price, 2, $product->currency->currency_code) }}
@elseif($product->price){{ currencyFormat($product->price, 2, $product->currency->currency_code) }}
@endif{!! $product->description !!}
@if ($vcard->show_product_enquiry_btn == true) @if ($product->product_url) @endif @endif