@extends('layouts.admin') @section('title','Security Center') @section('content')
Kontrol perangkat, token mobile, dan kebijakan risiko absensi.
| Karyawan | Perangkat | Platform | Terakhir Aktif | Status | Aksi |
|---|---|---|---|---|---|
| {{ $device->user->name }} {{ $device->user->email }} | {{ $device->device_name }} {{ Str::mask($device->device_uuid,'•',4,-4) }} | {{ strtoupper($device->platform) }} | {{ $device->last_seen_at?->diffForHumans() }} | {{ $device->revoked_at?'DICABUT':'AKTIF' }} | @unless($device->revoked_at)@endunless |
| Belum ada perangkat Android yang terdaftar. | |||||