@extends('agent.layouts.app') @section('title', 'My Orders') @section('content')
View all orders made with your Matrix ID
| Date | Customer | Items | Total | Source | Status | Action |
|---|---|---|---|---|---|---|
| {{ $order->created_at->format('d M Y') }} |
{{ $order->customer_name }}
{{ $order->customer_phone }}
|
{{ $order->items->count() }} | RM {{ number_format($order->total_amount, 2) }} | {{ ucfirst($order->source) }} | {{ ucfirst($order->payment_status) }} | View |
Orders will appear here when customers use your Matrix ID.