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

Water Monthly Bills for @foreach ($name->properties as $name) {{ $name->property_name }} @endforeach

@csrf

Create a New Bill

@error('start_date')

{{ $message }}

@enderror

@error('end_date')

{{ $message }}

@enderror
@error('bill_amount')

{{ $message }}

@enderror
@error('tax')

{{ $message }}

@enderror
@error('tenant_consumption')

{{ $message }}

@enderror

View Building DLPC Actual Bill Expanded Withholding Tax Net of Withholding Tax Actual Tenant Computation Losses Expense Start Date End Date Delete
@endsection