| User | Role | Login | Logout | Device Info |
|---|---|---|---|---|
| {{ $history->user->name ?? 'Unknown' }} | {{ $history->role }} | {{ $history->login_datetime ? $history->login_datetime->format('d/m/Y h:i A') : 'N/A' }} | {{ $history->logout_datetime ? $history->logout_datetime->format('d/m/Y h:i A') : 'Active' }} |
{{ \Illuminate\Support\Str::limit($history->device ?? 'Unknown Device', 50) }}
|