@extends('layouts.master') @section('content')
Complete list of registered users
| ID | Name | Phone | Country | Status | Total Score | Sessions | Comments | Registered | |
|---|---|---|---|---|---|---|---|---|---|
| #{{ str_pad($reg->id, 4, '0', STR_PAD_LEFT) }} |
{{ strtoupper(substr($reg->name, 0, 1)) }}
{{ $reg->name ?? '-' }}
|
{{ $reg->phone }} | {{ $reg->email ?? '-' }} | {{-- Country TD (editable with flag preview) --}}
|
{{-- Status TD (read-only badge) --}}
@php $status = $reg->status ?? 'warm'; @endphp {{ match($status) { 'hot' => '🔥 Hot', 'warm' => '☀️ Warm', 'cold' => '❄️ Cold', default => '☀️ Warm' } }} |
{{ $reg->total_score }}
|
{{ $reg->sessions->count() }} | {{ $reg->comments->count() }} | {{ $reg->created_at->format('Y-m-d') }} |
—
—
Total Score
Sessions
0
—
Registered: —
Score History
No sessions yet.
Comments
No comments yet.