@extends('admin.layouts.app') @section('title', 'Return Request #' . $return->id) @section('content')
Created on {{ optional($return->created_at)->format('M d, Y H:i') ?? 'N/A' }}
"{{ $return->reason }}"
{{ $return->admin_note }}
Order Total: {{ $return->order ? '₹' . number_format($return->order->total, 2) : 'N/A' }}
{{ $return->user->name }}
{{ $return->user->email }}
{{ $item->product->name ?? 'Unknown Product' }}
Qty: {{ $item->quantity }}
Original order has been deleted.