@php use App\Support\Crm\ActivityFormatter; @endphp
{{ $stats['purchases'] ?? 0 }}
{{ $stats['exams'] ?? 0 }}
{{ $stats['practicals'] ?? 0 }}
₹{{ number_format($stats['amount_spent'] ?? 0, 2) }}
| Contact Profile @can('admin.crm-contact.edit') Edit @endcan | |
|---|---|
| Name | {{ $contact->full_name }} |
| Mobile | {{ $contact->mobile }} |
| {{ $contact->email ?: '—' }} | |
| Type | {{ $contact->type ?: '—' }} |
| Source | {{ $contact->source ?: '—' }} |
| Created On | {{ optional($contact->created_at)->format('d M, Y h:i A') }} |
| Linked Student Open Student | |
|---|---|
| Name | {{ $student->full_name }} |
| Mobile | {{ $student->mobile_number }} |
| {{ $student->email ?: '—' }} | |
| City | {{ $student->city ?: '—' }} |
| State | {{ $student->state ?: '—' }} |
| Status | {{ $student->status ? 'Active' : 'Inactive' }} |
| Linked Instructor Open Instructor | |
|---|---|
| Name | {{ $instructor->full_name }} |
| Mobile | {{ $instructor->mobile_number }} |
| {{ $instructor->email ?: '—' }} | |
| Status | {{ $instructor->status ? 'Active' : 'Inactive' }} |