@extends('layouts.email_layout') @section('content')
Cocojungle

We'll get the plant from this address ASAP. We've subtracted a transport charge from the payment you made. You can expect the refund as long as the product we pick up is in good condition.

Check the status

Order Number:

{{strtotime($order->created_at)}}{{$order->id}}

Pickup Address:

{!!nl2br($order->shipping_address)!!}

Scheduled For:

{{date('D, F d, Y', strtotime($return_request->date_selected))}}
{{$return_request->slot_title}}

{{$order_items->product_name}} ₹{{$order_items->purchased_rate}}

{!!nl2br($order_items->attribute_data)!!}
Qty: {{$order_items->purchased_quantity}}

Transportation Charges: ₹{{$return_request->processing_charges}}

Estimated refund ₹{{$order_items->refund_amount}}

{{$order_items->product_name}}
For questions or last minute changes:concierge@cocojungle.co
@endsection