Recent Orders

@for (order of orders; track $index) { }
#{{ order.id }}
{{ order.user.name }}
Product
{{ order.product }}
Date
{{ order.date }}
Amount
{{ currency }}{{ order.amount }}
Status
{{ toTitleCase(order.status) }}