@if ($pemantauan)
Nama : | {{ $pemantauan->iot->mikrokontroler }} |
Serial : | {{ $pemantauan->iot->iot_serial }} |
Status Alat : | @if ($isOn) On @else Off @endif |
Hidupkan alat ?@if ($is_available == 0)
ioT sedang tidak terpasang
@endif
@if ($isLoading)
Loading...
@endif
@if (session()->has('message'))
{{ session('message') }}
@endif
@error('mqtt')
{{ $message }}
@enderror
|