@extends('layouts.librenmsv1') @section('title') {{ __('Public Devices') }} @append @section('content')
{{ __('System Status') }}
@foreach($devices as $device) @endforeach
{{ __('Device') }} {{ __('Platform') }} {{ __('Uptime') }}/{{ __('Location') }}
{{ $device->displayName() }} {{ $device->hardware }} {{ $device->features }} {{ $device->formatDownUptime(true) }}
{{ substr($device->location, 0, 32) }}
@endsection @section('css') @endsection @section('javascript') @endsection