Hi {{$uname}},

We noticed you left some items in your cart, and we wanted to make sure you didn’t miss out on them!

Here’s what you left behind:

  • {{__('Product Name')}}
    {{__('Price')}}
    {{__('QTY')}}
    {{__('Subtotal')}}
  • @foreach($cartItem as $item)
  • {{$item['price']}} {{__('KWD')}}
    {{$item['quantity']}}
    {{$item['quantity']*$item['price']}} {{__('KWD')}}
    @if($item['addons'])

    {{__('Add Ons')}}

      @foreach($item['addons'] as $addon)
    • {{(app()->currentLocale()=='en')?$addon['addon']->name_en:$addon['addon']->name_ar}}

      {{$addon['price']}} {{__('KWD')}}
      {{$addon['qty']}}
      {{$addon['price']*$addon['qty']}} {{__('KWD')}}
    • @endforeach
    @endif
  • @endforeach

Don't worry - your cart is still waiting for you! You can complete your purchase by clicking the link below:

Complete Your Purchase: {{route('cart')}}

Looking forward to seeing you back!

Best regards,
{{ __('Lereve') }}