@extends('admin.layouts.main') @section('title', 'Orders by Date Range') @section('content')
| Customer | Orders | Total Spent | Avg. Order |
|---|---|---|---|
|
{{ $customer['name'] }}
{{ $customer['email'] }}
|
{{ $customer['order_count'] }} | Rp {{ number_format($customer['total_spent'], 0, ',', '.') }} | Rp {{ number_format($customer['average_order'], 0, ',', '.') }} |
| No customer data available | |||