@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')

Billing address

Delivery address

billing_address_id == $order->shipping_address_id) checked @endif>
billing_address_id != $order->shipping_address_id) checked @endif>
billing_address_id == $order->shipping_address_id) class="d-none" @endif>

Concierge

We would like to send you personalised plants care instruction to keep your plant healthy and pretty. How would you like to keep in touch?

@foreach($notifications as $notification_row)
id) checked @endif>
@endforeach

Send a postcard

Would you like us to send a card?

@foreach($post_cards as $post_card_row)
Post Card
@endforeach

Payment

How would you like to pay?

@foreach($payment_methods as $payment_method_row)
id == 1) checked @endif>
@endforeach
Pay

Bill

@if($order->discount_amount != "0.00") @endif

Items Total

₹ {{bcadd(array_sum($product_value_array), 0, 2)}}

C-GST

₹ {{bcadd((array_sum($gst_value_array)/2), 0, 2)}}

S-GST

₹ {{bcadd((array_sum($gst_value_array)/2), 0, 2)}}

Discount

- ₹ {{$order->discount_amount}}

Grand Total

₹ {{$order->grand_total}}

@endsection