@page "/profile"
| Order ID | Title | Date | Address | Status | Total | Invoice |
|---|---|---|---|---|---|---|
| @order.OrderId | @order.DisplayTitle | @order.OrderDate.ToString("MMM dd, yyyy") | @order.ShippingAddressName | @order.Status | R @order.Total.ToString("N2") | |
| Loading order history... | ||||||
@addr.Street, @addr.City, @addr.PostalCode
Manage your password and profile data here.