@extends('layouts.contentLayoutMaster')
@section('title', 'Electricity Bills')
@section('vendor-style')
{{-- vendor css files --}}
@endsection
@section('content')
{{-- --}}
| # |
Meter No |
Consumer ID |
Current Reading |
Consumed Units |
Name |
Amount |
Type |
Reading Date |
Due Date |
Bill Status |
Payment Status |
Payment Date |
Billing Month |
Created At |
Created By |
Remarks |
@endsection
@section('vendor-script')
{{-- vendor files table data --}}
@endsection
@section('page-script')
@endsection