Manage your agency system preferences and configurations.
| Time | Device / IP | Status |
|---|---|---|
| {{ $log->login_time?->format('M j, g:i A') }} | {{ str($log->device)->limit(36) }} {{ $log->ip_address }} | {{ $log->status }} |
| No login history yet. | ||
| IP Address | Last Activity |
|---|---|
| {{ $session->ip_address ?: 'Local session' }} | {{ \Carbon\Carbon::createFromTimestamp($session->last_activity)->diffForHumans() }} |
| Session tracking appears after sign in. | |
| Time | IP / Device |
|---|---|
| {{ $attempt->login_time?->format('M j, g:i A') }} | {{ $attempt->ip_address ?: 'Unknown IP' }} {{ str($attempt->device)->limit(42) }} |
| No failed logins recorded. | |
| File | Type | Date | Action |
|---|---|---|---|
| {{ $export->file_name }} | {{ str($export->file_type)->headline() }} | {{ $export->created_at->format('M j, Y') }} | Download |
| Exports appear here after download. | |||