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

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

Return Address:

Tina Mehta
25A Dhanraj Mahal, Block D,
4th floor
Mumbai, 400 005
India
+919819039995

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

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

{{$order_items->product_name}}

Transportation Charges:

₹{{$return_request->processing_charges}}

Reason for return:

{{$return_request->return_reason}}

Member Since:

Previous orders:

{{date('d.m.Y', strtotime($order->registered_date))}}

@if(!empty($past_orders)) {{$past_orders}} @else - @endif

Inventory:

{{$order_items->product_name}}
{!!nl2br($order_items->attribute_data)!!}
{{$order_items->product_variant_stock}}

@endsection