@extends('layouts.website_layout') @section('meta_title', $meta_data->meta_title) @section('meta_description', $meta_data->meta_description) @section('banner_image', "banners/".$banner_data->banner_image) @section('canonical_tag', $meta_data->canonical_tag) @section('content')
@if(!empty(count($cart)))
@php $i = 0; @endphp @foreach($cart as $product_variant_id => $cart_row) @php $i++; @endphp @endforeach {{-- @foreach($gift_products as $gift_product_row) @endforeach --}}
@if(empty($i))

Great @if(count($cart) > 1) picks @else pick @endif

Now just make sure you have the right
light and lifestyle

@endif

{{$cart_row['product_name']}} ₹{{number_format($cart_row['product_price'])}}

  • {{$cart_row['maintenance_level_title']}}
  • {!!nl2br($cart_row['attribute_data'])!!}
  • Quantity: {{$cart_row['selected_quantity']}}
{{$cart_row['product_name']}}

We'd recommend adding one to keep your plants healthy and glowing

{{$gift_product_row->product_name}}
₹ {{$gift_product_row->product_variant_selling_price}}

  • {{$gift_product_row->maintenance_level_title}}
  • {!!nl2br($gift_product_row->attribute_data)!!}
{{$gift_product_row->product_name}}

Order summary

Add promo code

Total

₹ {{number_format($cart_sub_total)}}

Discount

Grand Total

Checkout

Free delivery
All taxes included

@else

Your bag is empty.

Return to shop
@endif
@endsection