@extends('layouts.app') @section('title', 'Learners Report') @section('page-title', 'Learners Report') @section('breadcrumb', 'Reports / Learners') @section('content')
| Learner | Total Sales | Lead Visits | Signed Up On | Billing Address | Enrollments | |
|---|---|---|---|---|---|---|
| {{ $learner->name }} | {{ $learner->email }} | ₹{{ number_format($learner->total_spent ?? 0, 0) }} | {{ $leadCounts[$learner->email] ?? 0 }} | {{ $learner->created_at->format('M d, Y') }} | {{ $learner->address ?? '—' }} | {{ $learner->enrollments_count }} |