← Quay lại danh sách user

{{ $user->name }}

{{ $user->email }} · Tham gia {{ $user->created_at->format('d/m/Y') }}

Nội dung gần đây ({{ $usageThisMonth }} lượt tháng này)

@forelse ($recentContents as $item)
{{ $item->typeIcon() }} {{ $item->title ?: $item->typeLabel() }} {{ $item->created_at->diffForHumans() }}
@empty

Chưa tạo nội dung nào.

@endforelse

Gói hiện tại

@csrf @method('patch')
@unless ($user->isAdmin())

Trạng thái tài khoản

@csrf @method('patch')
@endunless