@extends('layouts.app') @section('content')
| Device ID: | {{ $device->id }} |
|---|---|
| Serial Number (SN): | {{ $device->no_sn }} |
| Device Name: | @if($device->nama) {{ $device->nama }} @else Not set @endif |
| Location: | @if($device->lokasi) {{ $device->lokasi }} @else Not set @endif |
| Last Online: | @if($device->online) {{ $device->online }} @else Never online @endif |
| Created: | {{ $device->created_at }} |
| Last Updated: | {{ $device->updated_at }} |