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

Record Meter Reading

Search for a client and record their meter reading

@if($errors->any()) @endif
@csrf
Search Client
@if($blockLotSearchEnabled ?? false)
Search by block and/or lot to list the clients there
@endif Type at least 2 characters to search{{ ($blockLotSearchEnabled ?? false) ? ', or fill in Block/Lot above' : '' }}
@endsection