@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')

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

@foreach ($products as $product)
product_url) href="{{ $product->product_url }}" @endif>
{{ $ProductCount++ }}
@if ($product->currency_id && $product->price)

{{ 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
@endforeach
@include('vcardTemplates.product-buy')
@endsection