@extends('layouts.shop') @section('title', 'My Orders') @section('content')
You haven't placed any orders yet. Once you place an order, it will appear here.
| Order Number | Date | Total Price | Order Status | Actions |
|---|---|---|---|---|
| {{ $order->order_number }} | {{ $order->created_at->format('M d, Y') }} | ৳{{ number_format($order->total, 0) }} | {{ $order->status }} | View Details |