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

Hi {{$billing_address->address_first_name}}

We have received a request to cancel the exchange of the following product. You will receive a refund of ₹{{$return_request->processing_charges}}

Order Number: Order Placed:
{{strtotime($order->created_at)}}{{$order->id}} {{date('d.m.Y', strtotime($order->order_confirmation))}}
Pick Up Address:
{!!nl2br($order->shipping_address)!!}
Date & Time:
{{date('dS F, 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}}

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