@extends('layouts.admin') @section('title', 'User Details') @section('page-title', 'User Details') @section('page-description', 'Informasi lengkap user') @section('content')
| Device Name | Device ID | Type | Status | Last Heartbeat | Actions |
|---|---|---|---|---|---|
| {{ $device->name }} | {{ $device->device_id }} |
{{ ucfirst($device->type) }} | {{ ucfirst($device->status) }} | {{ $device->last_heartbeat ? $device->last_heartbeat->diffForHumans() : 'Never' }} | View |
No devices owned by this user