@extends('layouts.admin') @section('title', 'Manage Order #' . $order->order_number) @section('content')
Update fulfillment stage and add courier tracking code.
Razorpay ID: {{ $order->razorpay_payment_id ?? 'N/A' }}
Payment Mode: {{ $order->payment_method }}
User Account: {{ $order->user->email ?? 'Guest' }}
{{ $order->shipping_address }}, {{ $order->shipping_city }} - {{ $order->shipping_pincode }}
{{ $item->product_name }}
@if($item->size) Size: {{ $item->size }} @endif @if($item->color) · Color: {{ $item->color }} @endif
Unit: ₹{{ number_format($item->unit_price, 2) }} × {{ $item->quantity }}₹{{ number_format($item->line_total, 2) }}
Tax: ₹{{ number_format($item->tax_amount, 2) }}