Dear {{$user['user']['name']}}, |
|
YOUR SHOPPING CART MISSES YOU. |
We noticed that you left a few items in your shopping cart. They are not reserved so they could sell out. Here is a link to quickly get you back so you can complete your purchase :
SHOP NOW
|
@foreach($cartitems as $cartitem)
|
@if(isset($cartitem['product']['product_image']['image']))
@endif
{{$cartitem['product']['product_name']}}
Rs. {{$cartitem['price']}}
|
@endforeach
|
TOTAL : Rs.{{$total}} |
|
If you have any questions we are here to help. Give us a call at {{config('constants.project_mobile')}}. |
|
Regards
Team {{config('constants.project_name')}}
|