Financial Year {{ $details['financial_year'] ?? date('Y') }}
This is to notify you of your bill for the {{ $details['financial_year'] ?? date('Y') }} financial year. Please find the details below:
| Revenue Stream | {{ $details['revenue_stream'] ?? 'N/A' }} |
| Valuation / Reference No. | {{ $details['valuation_number'] }} |
| Business / Property Name | {{ $details['business_name'] }} |
| Rateable Value | GHS {{ number_format((float)($details['rateable_value'] ?? 0), 2) }} |
| Rate | {{ $details['rate'] ?? '0' }} |
| Amount Chargeable | GHS {{ number_format((float)($details['amount_chargeable'] ?? 0), 2) }} |
| Previous Arrears | GHS {{ number_format((float)($details['previous_arrears'] ?? 0), 2) }} |
| Total Amount Due | GHS {{ number_format((float)($details['total_due'] ?? 0), 2) }} |
If you believe there is an error in this bill, please contact the Revenue Office immediately with your Valuation/Reference Number.
Thank you for your cooperation.