{{$societyinfo->cust_name}}{{$societyinfo->contact_address}} |
| Charge id | Reason | Applied to | Amount | Total Residents | Paid Residents | Collectable Amount | Created by | Created at |
|---|---|---|---|---|---|---|---|---|
| {{$charge->charge_id}} | {{$charge->charge_text}} | {{$charge->scope}} | {{$charge->amount}} | {{$charge->impacted_units}} | {{$charge->paid_bill_count}} | {{$charge->collactable_amount}} | {{$charge->created_by_name}} | {{$charge->created_at}} |
| Bill id | Approver | Resident | Residence | Contact number | Status | ||
|---|---|---|---|---|---|---|---|
| {{$bill->bill_id}} | {{$bill->approved_by_name}} | {{$bill->resident_name}} | {{$bill->building_name}} {{$bill->apartment_name}} | {{$bill->contact_no}} | @if($bill->cancelled_at)Cancelled | @elseif($bill->paid_at)Paid | @elseNot Paid | @endif