@extends('layouts.librenmsv1') @section('content') {{ __('Class') }} {{ __('Type') }} {{ __('Description') }} {{ __('Current') }} {{ __('High Limit') }} {{ __('High warn') }} {{ __('Low warn') }} {{ __('Low Limit') }} {{ __('Alerts') }} @foreach ($sensors as $sensor) {{ $sensor->classDescrLong() }} {{ $sensor->sensor_type }} {{ $sensor->sensor_descr }} {{ $sensor->sensor_current . ' ' . $sensor->unit() }} sensor_alert == 1 ? 'checked' : '' }}> {{ __('Reset') }} @endforeach @csrf @foreach ($sensors as $sensor) @endforeach {{ __('Reset values') }} @endsection @push('scripts') @endpush