@extends('layouts.app') @section('title', 'Dashboard') @section('content')
{{ $meter->property_label ?? 'Unnamed property' }}
{{ number_format($meter->remaining_units, 1) }} kWh
@if ($meter->isLowBalance())Low balance — recharge soon
@endif @endforeach