@extends('layouts.app') @section('content')
${{ number_format($totalSpent, 2) }}
| Order ID | Date | Total Amount | Status | Actions |
|---|---|---|---|---|
| {{ $order->id }} | {{ $order->created_at->format('M d, Y') }} | ${{ number_format($order->total_amount, 2) }} | {{ ucfirst($order->status) }} | View |