{{ $token->user?->name ?? '-' }}
{{ $token->user?->email ?? '-' }}
{{ $token->tenant?->company_name ?? '-' }} {{ $token->platform }} {{ $token->device_name ?? '-' }}
{{ Str::limit($token->token, 30) }}
@if($token->is_active) 활성 @else 비활성 @endif @if($token->last_error)
{{ $token->last_error }}
@endif {{ $token->created_at?->format('Y-m-d H:i') ?? '-' }}