@extends('layouts.app') @section('css') @endsection @section('content')

Flood Mitigation System

{{ Auth::routes(); }}

@if (!Auth::user()->prf_sites_id) @endif
Weather for the Following Location: Negeri Sembilan map, Malaysia
@foreach ($arruxpixel as $upxl)

{{ $upxl['snsr_name'] }}

Current Water Level

{{ number_format($upxl['cntr_wtr_lvl'], 2) }} meter

{{ $upxl['snsr_last_tx_at'] }}

Water Level

{{ number_format($upxl['wtr_prcnt'], 2) }} %

Highest
{{ number_format($upxl['cntr_wtr_max_lvl'], 2) }} meter

Lowest
{{ number_format($upxl['cntr_wtr_min_lvl'], 2) }} meter

@endforeach
Live Control : - -
@include('layouts.inc.footer')
@endsection @section('js') @endsection