Latest Purchases
| s/n | user fullnames | purchase_amount | product_name | purchase_date |
|---|---|---|---|---|
| {{ $key+1 }} | {{ $purchase->user->title }} {{ $purchase->user->firstname }} {{ $purchase->user->surname }} | {{ $purchase->payment->total_amount }} {{ $purchase->payment->currency }} | {{ $purchase->product_name }} | {{ \Carbon\Carbon::parse($purchase->created_at)->format('Y F jS - h:ia') }} |