{{ $company->CompanyName ?? 'HassConsult Limited' }}

{{ $company->Address ?? 'P.O. Box 14090-00800 Nairobi' }}

Tel: {{ $company->Phone ?? '+254 20 4446914' }}

Email: {{ $company->Email ?? 'info@hassconsult.co.ke' }}

Billing Date: {{ $billingDate ?? now()->format('d-m-Y') }} Total Bills: {{ $bills->count() }}
Billing Summary Report (Electricity Charges) Period: {{ $period ?? now()->format('F Y') }}
@forelse($bills as $bill) @empty @endforelse @if(isset($totals) && count($bills) > 0) @endif
Account No Tenant/Owner Name Property Location Meter No Current Previous Cons. (Kwh) Bill Total
{{ $bill['AccountNo'] ?? 'N/A' }} {{ $bill['CustomerName'] ?? 'N/A' }} {{ $bill['PropertyLocation'] ?? 'N/A' }} {{ $bill['MeterNo'] ?? 'N/A' }} {{ $bill['CurReading'] ?? 0 }} {{ $bill['PrvReading'] ?? 0 }} {{ $bill['ConsumptionBilled'] ?? 0 }} {{ number_format($bill['TotalBill'] ?? 0, 2) }}
No data found for the selected criteria.
TOTAL: {{$bills->count()}} {{ $totals['consumption_total'] ?? 0 }} {{ number_format($totals['amount_total'] ?? 0, 2) }}

This is a system generated report. For any inquiries, please contact the administration.