@extends('layouts.email_layout')
@section('content')
Hello,
We have received a request to return the following product. Please find the pick up details below.
|
|
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}}
|
|
|
@endsection