@extends('layouts.app') @section('title', 'Recovery of Electricity Charges') @section('content')
|
C/o {{ $company->CompanyName ?? 'Company Name' }} P.O. Box {{ $company->PostalCode ?? '00000' }} {{ $company->City ?? 'Nairobi' }}, {{ $company->Country ?? 'Kenya' }} @if(!empty($company->Phone))Tel: {{ $company->Phone }} @endif @if(!empty($company->Email))Email: {{ $company->Email }} @endif |
@if(!empty($company->CompanyLogo) && file_exists(public_path('logo/' . $company->CompanyLogo)))
@endif
|
{{ $firstBill->PropName }} |
Recovery of Electricity Charges - {{ $tenantName }} |
|---|
|
TO {{ $firstBill->TenantName }} {{ $firstBill->AddressLine }} {{ $firstBill->PropName }} Ndoto Road, Karen Nairobi |
|
| Account No | Meter No | Suite | Reading Date | Prev Read | Curr Read | Cons (kWh) | |
|---|---|---|---|---|---|---|---|
| {{ $bill->AccountNo }} | {{ $bill->EMeterNo }} | {{ $bill->NoOfBills }} | {{ \Carbon\Carbon::parse($bill->CurrentReadingDate)->format('d-M-Y') }} | {{ number_format($bill->PreviousReading) }} | {{ number_format($bill->CurrentReading) }} | {{ number_format($bill->ConsumptionBilled) }} | |
| Total Consumption (kWh) | {{ number_format($totalConsumption) }} | ||||||
| Description | Amount Kshs |
|---|---|
| {{ $d['Description'] }} | {{ number_format($d['Amount'], 2) }} |
| TOTAL CURRENT BILL | {{ number_format($totalBilling, 2) }} |
| To be attached to payment | {{ $firstBill->PropName }} |
|
{{ $firstBill->TenantName }} {{ $firstBill->NoOfBills }} {{ $firstBill->Court }} {{ $firstBill->PropName }} Ndoto Road, Karen |
|