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

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

--}}

We hope this email finds you well.

We noticed you've added a vCarrd to your cart but haven't completed your purchase yet. We wanted to make sure you don't miss out on the amazing features and benefits that come with your chosen vCarrd.

Completing your order is quick and easy. Just click the link below to finalize your purchase.

{{route('checkout')}}

If you have any questions or concerns, drop us an email at support@vcarrd.com

Thank you for considering vCarrd for your digital business card. We look forward to providing you with a seamless NFC experience!


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']}}


Best regards,

The vCarrd Team.

@include('emails.footer')