Quản lý User

@foreach ($users as $user) @endforeach
Tên Email Gói Trạng thái Ngày tham gia
{{ $user->name }} @if($user->isAdmin()) (admin) @endif {{ $user->email }} {{ $user->plan?->name ?? '—' }} @if ($user->is_suspended) Đã khóa @else Hoạt động @endif {{ $user->created_at->format('d/m/Y') }} Chi tiết
{{ $users->links() }}