@extends('backEnd.layouts.master') @section('title', 'Customers in Map') @push('styles') @endpush @section('content')
| Location | Customer Count | Average Score | Total Success | Total Cancel | Action |
|---|---|---|---|---|---|
| {{ $row['location'] }} | {{ number_format($row['customer_count']) }} | {{ $row['avg_score'] }}% | {{ number_format($row['total_success']) }} | {{ number_format($row['total_cancel']) }} | View Details |
| No location data yet. Run Convert Customers from My Customers page. | |||||