| Device Name | Date | Time | IP Address | State/Country | Browser | |
|---|---|---|---|---|---|---|
| {{$i}} | {{$device->device_name}} @if($device->is_default_device == 1) {!!" (DEFAULT DEVICE)"!!} @endif | {{!empty($device->login_at) ? $device->login_at->format('d-m-Y') : ""}} | {{!empty($device->login_at) ? $device->login_at->format('H:i:s') : ""}} | {{$device->ip_address}} | @php if ($device->location) { $value = json_decode($device->location, true); $c = $value && $value['default'] === true ? $value['city'] . ', ' . $value['state'] : '-'; } $agent = tap(new Jenssegers\Agent\Agent, fn ($agent) => $agent->setUserAgent($device->user_agent)); $a = $agent->platform() . ' - ' . $agent->browser(); @endphp{{$c}} | {{$a}} |
| No records found! | ||||||