| Actions | ||||||||
|---|---|---|---|---|---|---|---|---|
|
{{ \Illuminate\Support\Str::of($client->name)->trim()->explode(' ')->map(fn ($n) => mb_substr($n, 0, 1))->take(2)->implode('') ?: 'NA' }}
{{ $client->name ?? 'Unnamed' }} {{ $client->email }} |
{{ sprintf('CLIENT-%03d', $client->app_id ?? $client->id) }} | {{ $client->organisation ?: 'Not Provided' }} | {{ $client->mobile ?: 'Not Provided' }} | {{ $client->status ? 'Active' : 'Inactive' }} | {{ $client->subscribers_count ?? 0 }} | {{ optional($client->modified ?? $client->created)->format('M d, Y') ?? 'Not Available' }} |
|
|
| No admins match your filters. Try updating the search criteria. | ||||||||
Showing {{ $clients->firstItem() ?? 0 }} to {{ $clients->lastItem() ?? 0 }} of {{ $clients->total() }} results
{{ $editingId ? 'Edit team member' : 'Create team member' }}
{{ $editingId ? 'Update profile and dashboard access.' : 'Invite a new admin to the dashboard.' }}