@extends('layouts.app') @section('title', 'Record Meter Reading') @section('content')

Record Meter Reading

@csrf
@error('client_id')
{{ $message }}
@enderror
cu.m
@error('reading_value')
{{ $message }}
@enderror
@error('notes')
{{ $message }}
@enderror
After submission, the reading will be in draft status. Review and approve to automatically generate a billing statement.
Cancel
@endsection