Gestionează sesiunile active și vezi istoricul de autentificare
Dispozitivele pe care ești autentificat în acest moment
Nu există sesiuni active
Ultimele 20 de încercări de autentificare
| Data/Ora | Status | Dispozitiv | IP | Locație |
|---|---|---|---|---|
| {{ $login->logged_in_at->format('d.m.Y H:i') }} {{ $login->logged_in_at->diffForHumans() }} | @if($login->is_successful) Succes @else Eșuat @endif |
@php
$deviceIcon = match($login->device_type) {
'mobile' => 'fas fa-mobile-alt',
'tablet' => 'fas fa-tablet-alt',
default => 'fas fa-desktop'
};
@endphp
{{ $login->browser ?? 'Necunoscut' }} / {{ $login->os ?? 'Necunoscut' }}
|
{{ $login->ip_address }} | @if($login->location) {{ $login->location }} @else - @endif |
| Nu există istoric de autentificare | ||||
Dispozitivele pe care ai selectat "Nu întreba din nou pe acest dispozitiv"
{{ $device->device_name ?? 'Dispozitiv necunoscut' }}
Adăugat: {{ $device->created_at->format('d.m.Y') }} • IP: {{ $device->ip_address }}