| Usage Type | Usage Factor | Floor | Construction | Area | Rate | ALV (Annual Letting Value) | TPV (10% of Property Value) |
|---|---|---|---|---|---|---|---|
| {{ $floor->usageType == 'Other' ? $floor->usageTypeOther . ' (' . $floor->usageType . ')' : usageType2($floor->usageType, $floorUsageType) }} | {{ $floor->usageFactor == 'Other' ? $floor->usageFactorOther . ' (' . $floor->usageFactor . ')' : usageFactors($floor->usageFactor, $usagsFactors) }} | {{ $floor->floorType == 'Other' ? $floor->floorTypeOther . ' (' . $floor->floorType . ')' : floorType($floor->floorType, $floors) }} | {{ $floor->constructionType == 'Other' ? $floor->constructionTypeOther . ' (' . $floor->constructionType . ')' : yearOfConstructions($floor->constructionType, $natureOfConstructionLists) }} | {{ $area }} Sq.Ft. | {{ number_format($rate, 2) }} | {{ number_format($baseAmount, 2) }} | {{ number_format($discount, 2) }} |
| Financial Year | Water Tax | Drainage Tax | Total Dimand(₹) | Penalty(₹) | Paid Amount(₹) | Remaining Amount(₹) | Payment Status |
|---|---|---|---|---|---|---|---|
| {{ $ladger->financial_year ?? '-' }} | ₹{{ number_format($ladger->water_tax ?? 0, 2) }} | ₹{{ number_format($ladger->drainage_tax ?? 0, 2) }} | ₹{{ number_format($ladger->total_demand ?? 0, 2) }} | ₹{{ number_format($ladger->penalty ?? 0, 2) }} | ₹{{ number_format($ladger->paid_amount ?? 0, 2) }} | ₹{{ number_format($runningRemaining, 2) }} | {{ ucfirst($displayStatus) }} |
| No ledger data available | |||||||
| Total | ₹{{ number_format($grandTotal, 2) }} | ₹{{ number_format($grandWaterTax, 2) }} | ₹{{ number_format($grandDrainageTax, 2) }} | ₹{{ number_format($grandPenalty, 2) }} | ₹{{ number_format($grandPaid, 2) }} | ₹{{ number_format($grandRemaining, 2) }} | - |