@extends('admin.layouts.app') @section('title', 'Return Request #' . $return->id) @section('content')
Order #{{ str_pad($return->order_id, 6, '0', STR_PAD_LEFT) }}
{{ $return->reason }}
{{ $item->product_name }}
Qty: {{ $item->quantity }} × ৳{{ number_format($item->price, 0) }}
{{ $return->admin_notes }}
{{ $return->customer->name ?? 'N/A' }}
{{ $return->customer->phone ?? '' }}
{{ $return->customer->email ?? '' }}