| @lang('menu.maintenanceReport') @if($type == 'Month-wise') @lang('modules.tenant.monthly') @else @lang('modules.tenant.annually') @endif
|
||||
|
@lang('modules.utilityBills.societyName')
@lang('modules.receipt.address')
@lang('modules.settings.totalApartments') |
||||
| @lang('modules.settings.apartment') | @lang('modules.maintenance.amountBilled') ({{ $society->currency->currency_code }}) | @lang('modules.maintenance.amountPaid') ({{ $society->currency->currency_code }}) | @lang('modules.maintenance.pending') ({{ $society->currency->currency_code }}) |
|---|---|---|---|
| {{ $item['apartment'] }} | {{ $item['billed'] ?? $item['total_billed'] }} | {{ $item['paid'] ?? $item['total_paid'] }} | {{ $item['pending'] }} |
| @lang('app.total') | {{ $totalBilled }} | {{ $totalPaid }} | {{ $totalPending }} |
| @lang('modules.settings.apartment') | @lang('modules.rent.jan') ({{ $society->currency->currency_code }}) | @lang('modules.rent.feb') ({{ $society->currency->currency_code }}) | @lang('modules.rent.mar') ({{ $society->currency->currency_code }}) | @lang('modules.rent.apr') ({{ $society->currency->currency_code }}) | @lang('modules.rent.may') ({{ $society->currency->currency_code }}) | @lang('modules.rent.jun') ({{ $society->currency->currency_code }}) | @lang('modules.rent.jul') ({{ $society->currency->currency_code }}) | @lang('modules.rent.aug') ({{ $society->currency->currency_code }}) | @lang('modules.rent.sep') ({{ $society->currency->currency_code }}) | @lang('modules.rent.oct') ({{ $society->currency->currency_code }}) | @lang('modules.rent.nov') ({{ $society->currency->currency_code }}) | @lang('modules.rent.dec') ({{ $society->currency->currency_code }}) | @lang('modules.maintenance.totalBilled') ({{ $society->currency->currency_code }}) | @lang('modules.maintenance.totalPaid') ({{ $society->currency->currency_code }}) | @lang('modules.maintenance.pending') ({{ $society->currency->currency_code }}) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $row['apartment'] }} | {{ $row['january'] }} | {{ $row['february'] }} | {{ $row['march'] }} | {{ $row['april'] }} | {{ $row['may'] }} | {{ $row['june'] }} | {{ $row['july'] }} | {{ $row['august'] }} | {{ $row['september'] }} | {{ $row['october'] }} | {{ $row['november'] }} | {{ $row['december'] }} | {{ $row['total_billed'] }} | {{ $row['total_paid'] }} | {{ $row['total_pending'] }} |
| @lang('app.total') | {{ $totalJanuary }} | {{ $totalFebruary }} | {{ $totalMarch }} | {{ $totalApril }} | {{ $totalMay }} | {{ $totalJune }} | {{ $totalJuly }} | {{ $totalAugust }} | {{ $totalSeptember }} | {{ $totalOctober }} | {{ $totalNovember }} | {{ $totalDecember }} | {{ $totalBilled }} | {{ $totalPaid }} | {{ $totalPending }} |