{{$societyinfo->cust_name}}

{{$societyinfo->contact_address}}
E-mail: {{$societyinfo->email}}
Phone: {{$societyinfo->phone}}, GST: {{$societyinfo->gst_no}}

@isset($headerText)

{{$headerText}}

@endisset @foreach ($charges as $charge)

Charge details

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}}
Resident details
@php $bills= $charge->bills; @endphp @foreach ($bills as $bill) @if($bill->cancelled_at) @elseif($bill->paid_at) @else @endif @endforeach
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}} Cancelled Paid Not Paid
@endforeach