@extends('customer.layout') @section('title','Dashboard') @section('content')
Overview of your recent activity
| Order | Status | Amount | Action |
|---|---|---|---|
|
#{{ $order->order_no }}
{{ $order->created_at?->format('d M Y') }}
|
{{ ucfirst($order->status) }} | LKR {{ number_format($order->amount,2) }} | Track |
| No orders found | |||