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

Hello Admin,

We have received a request to exchange the following product with the payment of ₹{{$return_request->processing_charges}}. Once we receive the product, a new order with the same product will be made automatically by the system..

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}}
@endsection