@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}}
|
|
{!!nl2br($order_items->attribute_data)!!}
Qty: {{$order_items->purchased_quantity}}
|
|
|
|
@endsection