Login History – {{ $user->name }} @if($user->isOnline()) Online @else Offline @endif
| Login At | Logout At | Device | IP Address | Action |
|---|---|---|---|---|
| {{ $activity->login_at }} | {{ $activity->logout_at ?? '—' }} | {{ $activity->device }} | {{ $activity->ip_address }} |
@extends('admin.layout.template') @section('title', 'Login History') @section('content')
| Login At | Logout At | Device | IP Address | Action |
|---|---|---|---|---|
| {{ $activity->login_at }} | {{ $activity->logout_at ?? '—' }} | {{ $activity->device }} | {{ $activity->ip_address }} |