@include('emails.header') {{-- @foreach ($user_cart_items['cart_items'] as $items) @endforeach --}}
{{--

Dear {{$items['user_data']['first_name']}} {{$items['user_data']['last_name']}},

--}}

Thank you for choosing vCarrd for your digital business card needs! We appreciate your trust in us and are thrilled to be a part of helping you enhance your connections.


Your order details are as follows:

Product Name: #{{$items['product_name']}}

@foreach ($items['product_fields'] as $fields)

{{ $fields['field_name'] }} : {{ $fields['field_value'] }}

@endforeach

product_image: {{ asset($items['product_image']['image_path']) }}

Payment Amount: {{$items['product_price']}}


We look forward to delivering your vCarrd and helping you unlock new connections.

Best regards,

The vCarrd Team.

@include('emails.footer')