@extends('layouts.sidebar') @section('content')
Month: {{ \DateTime::createFromFormat('!m', request('month'))->format('F') }}
Year: {{ request('year') }}
Unit | Renters | Previous Reading | Present Reading | Consumption | Rate (not Constant) | Payable Before Additional Consumption | Payable Before Additional Consumption / Total Collection | Percentage x Difference Additional Consumption/Losses | Total Amount | Payable |
---|---|---|---|---|---|---|---|---|---|---|
{{ $payment->lease->unit->unit_name ?? 'N/A' }} | {{ $payment->lease->client->owners_name }}({{ $payment->lease->client->business_name ?? 'N/A' }}) | {{ $electricbill->previous_reading ?? 'N/A' }} | {{ $electricbill->present_reading ?? 'N/A' }} | {{ $electricbill->consumption ?? 'N/A' }} | {{ $electricbill->rate ?? 'N/A' }} | {{ number_format($electricbill->amount, 2) ?? 'N/A' }} | @if ($totalElectricAmountpaid > 0) {{ number_format(($electricbill->amount / $totalElectricAmountpaid) * 100, 2) }}% @else 0.00% @endif | N/A | N/A | N/A |
No data available | ||||||||||
Total: | {{ $totalElectricAmountpaid }} | 0.00% | 0.00 | 0.00 | 0.00 |
Difference: 0.00