@extends('layouts.user') @section('page-title', $order->order_number) @section('content') @if (session('status'))
| Product | SKU | Qty | Unit Price | Subtotal |
|---|---|---|---|---|
| {{ $i->product_name }} | {{ $i->sku }} | {{ $i->quantity }} | ₹{{ number_format($i->unit_price,2) }} | ₹{{ number_format($i->subtotal,2) }} |