@extends('layouts.librenmsv1') @section('title') @lang('Public Devices') @append @section('content')
@lang('Device') | @lang('Platform') | @lang('Uptime')/@lang('Location') | ||
---|---|---|---|---|
{{ $device->displayName() }} | {{ $device->hardware }} {{ $device->features }} | {{ $device->formatDownUptime(true) }} {{ substr($device->location, 0, 32) }} |