@extends('layouts.sidebar') @section('content')

Water Bill

@if (session('success'))
{{ session('success') }}
@endif
Billing No. Renters Present Reading Previous Reading Location Consumption Rate Amount Date from to Actions
@foreach ($bill as $bill) @endforeach @endsection @section('scripts') @endsection