@extends('layouts.app') @section('title', 'Meter ' . $meter->meter_number) @section('content')
{{ $meter->property_label ?? 'Unnamed property' }}
Voltage
--
Instantaneous Power
--
Remaining Credit
{{ number_format($meter->remaining_units, 1) }} kWh
Device Status
{{ $meter->isOnline() ? 'Online' : 'Offline' }}