@extends('layouts.shop') @section('title', 'Order #' . $order->order_number) @push('head_scripts') @if($order->status === 'shipped' && $order->deliveryAgent) @endif @endpush @section('content')
{{ $history->created_at->format('M d') }}
{{ $history->created_at->format('h:i A') }}
{{ $cancelHistory->created_at->format('M d') }}
{{ $cancelHistory->created_at->format('h:i A') }}
{{ $order->shippingAddress->name }}
{{ $order->shippingAddress->address_line1 }}
@if($order->shippingAddress->address_line2)
{{ $order->shippingAddress->address_line2 }}
@endif
{{ $order->shippingAddress->city }}, {{ $order->shippingAddress->state }} -
{{ $order->shippingAddress->postal_code }}
{{ $order->shippingAddress->country }}
Phone:
{{ $order->shippingAddress->phone }}
No shipping details provided.
@endif{{ str_replace('_', ' ', $order->payment_method ?? 'Not selected') }}
{{ ucfirst($order->payment_status) }} @if($order->payment_method == 'razorpay' || $order->payment_method == 'phonepe')Reason for Cancellation
"{{ $order->cancellation_reason }}"
{{ $order->deliveryAgent->user->name }}
Lugani Verified Delivery Partner
Current Location
Waiting for signal...
{{ $order->productReviews->isNotEmpty() ? 'Thank you for rating your experience!' : 'Rate your products and the delivery executive' }}
| Product Details | Price | Qty | Subtotal |
|---|---|---|---|
|
@if($item->variation && $item->variation->image_path)
NO IMG
@endif
{{ $item->product->name }}
@if(isset($item->options['attributes']))
@foreach($item->options['attributes'] as $attr)
{{ $attr['attribute'] }}: {{ $attr['value'] }}
@endforeach
@endif
|
₹{{ number_format($item->price, 2) }} | {{ $item->quantity }} | ₹{{ number_format($item->total, 2) }} |
| Subtotal | ₹{{ number_format($order->subtotal, 2) }} | ||
| Shipping Fee | ₹{{ number_format($order->shipping_cost, 2) }} | ||
| Promo Discount | -₹{{ number_format($order->discount, 2) }} | ||
| Gift Card Applied | -₹{{ number_format($order->gift_card_discount, 2) }} | ||
| Points Spent ({{ $order->points_redeemed }}) | -₹{{ number_format($order->points_discount, 2) }} | ||
| Total Amount | ₹{{ number_format($order->total, 2) }} | ||
Placing an order is exciting, but we understand if you changed your mind.
Detailed information helps us process your return faster.
{{ $order->returnRequest->admin_note ?? 'Your request is being processed.' }}
@if($order->returnRequest->refund_amount)Refund Amount: ₹{{ $order->returnRequest->refund_amount }}
@endif @if($order->returnRequest->refund_proof_path) @endif