Latest admin device session
No admin login records found.
@endifLatest vehicle device session
No vehicle login records found.
@endif| User | Role | Login Date & Time | Logout Date & Time | Device | Platform | Browser | Status |
|---|---|---|---|---|---|---|---|
| {{ $history->user->name ?? 'Unknown' }} | @if($history->role === 'Admin') 🧑💼 Admin @elseif($history->role === 'Vehicle') 🚗 Vehicle @else {{ $history->role }} @endif |
{{ $history->login_datetime ? $history->login_datetime->format('d/m/Y h:i A') : 'N/A' }}
|
@if($history->logout_datetime)
{{ $history->logout_datetime->format('d/m/Y h:i A') }}
@else
—
@endif
|
{{ $history->platform_type === 'mobile' ? '📱' : '💻' }} {{ $history->device_name }} | {{ $history->platform }} | {{ $history->browser_name }} | @if($history->is_active) Active @else Logged out @endif |
|
No login records found for {{ $tab }} role. |
|||||||