@lang('menu.commonAreaBillsPaymentsDue')

@if($commonAreaBills->count() > 0)
{{ currency_format($commonAreaBills->sum('bill_amount')) }} @lang('modules.utilityBills.totalDue')
@endif
{{ __("modules.commonAreaBill.showCommonAreaBill") }} @if ($selectedCommonAreaBills) @livewire('forms.showCommon-area-bill', ['commonAreaBill' => $selectedCommonAreaBills], key(str()->random(50))) @endif {{ __('Close') }}