- @foreach($errors->all() as $e)
- {{ $e }} @endforeach
{{ session('success') }}
@endif
@php $admins = $admins ?? collect(); @endphp
@if($admins->isEmpty())
@endif
No admin accounts yet. Create them from All Clients.
@else
| Status | Name | Username | Actions |
|---|---|---|---|
|
@if($admin->isOnline())
Online
@else
Active {{ $admin->last_seen_at ? $admin->last_seen_at->diffForHumans(['short' => true]) : 'Never' }}
@endif
|
{{ $admin->full_name ?: '—' }} | {{ $admin->username }} |
|
No admins found.