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