@extends('layouts.app') @section('title', 'Customer Report') @section('breadcrumb')
Customer analysis and insights
| Rank | Customer | Orders | Total Spent |
|---|---|---|---|
|
{{ $index + 1 }}
|
{{ strtoupper(substr($customer->name, 0, 1)) }}
{{ $customer->name }}
{{ $customer->phone ?? $customer->email ?? '-' }}
|
{{ $customer->orders_count }} | Rs. {{ number_format($customer->orders_sum_total_amount ?? 0, 2) }} |
|
No customer data |
|||
No outstanding credit